Skip to content

signature: Keypair not usable for keys not implementing the Signer trait #1106

@lumag

Description

@lumag

The Keypair trait not usable for keys not implementing the Signer trait. For example, I looked upon implementing it for the new RSA key structures. Implementing the Keypair for the pkcs1v15::SigningKey involves some pain, put should be possible. For the pss::SigningKey the Keypair can not be implemented at all, since the PSS keys only implement the RandomizedSigner and RandomizedVerified traits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions