logo
Expand description

RustCrypto: async-signature

crate Docs Apache2/MIT licensed Rust Version Project Chat Build Status

Minimum Supported Rust Version

Rust 1.56 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Re-exports

pub use signature;
pub use signature::digest;

Structs

Signature errors.

Traits

Asynchronously sign the given prehashed message Digest using Self.

Keypair with async signer component and an associated verifying key.

Asynchronously sign the provided message bytestring using Self (e.g. client for a Cloud KMS or HSM), returning a digital signature.

Convinience wrapper trait covering functionality of cryptographic hash functions with fixed output size.

Trait impl’d by concrete types that represent digital signatures.