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§

Structs§

Traits§

  • Asynchronously sign the given prehashed message Digest using Self.
  • Sign the given message using the provided external randomness source.
  • 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.