[−][src]Crate signature
Traits which provide generic, object-safe APIs for generating and verifying digital signatures, which provide message authentication using public-key cryptography.
Re-exports
pub use digest; |
Structs
| Error | Signature errors |
Traits
| DigestSigner | Sign the given prehashed message |
| DigestVerifier | Verify the provided signature for the given prehashed message |
| Signature | Trait impl'd by concrete types that represent digital signatures |
| Signer | Sign the provided message bytestring using |
| Verifier | Verify the provided message bytestring using |