Crate async_signature

Source
Expand description

§RustCrypto: async-signature

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

§Minimum Supported Rust Version

Rust 1.75 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;digest

Structs§

Error
Signature errors.

Traits§

AsyncDigestSignerdigest
Asynchronously sign the given prehashed message Digest using Self.
AsyncRandomizedSignerrand_core
Sign the given message using the provided external randomness source.
AsyncSigner
Asynchronously sign the provided message bytestring using Self (e.g. client for a Cloud KMS or HSM), returning a digital signature.
Digestdigest
Convenience wrapper trait covering functionality of cryptographic hash functions with fixed output size.