Expand description
§RustCrypto: async-signature
§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§
- Error
- Signature errors.
Traits§
- Async
Digest Signer digest
- Asynchronously sign the given prehashed message
Digest
usingSelf
. - Async
Randomized Signer rand_core
- Sign the given message using the provided external randomness source.
- Async
Signer - Asynchronously sign the provided message bytestring using
Self
(e.g. client for a Cloud KMS or HSM), returning a digital signature. - Digest
digest
- Convenience wrapper trait covering functionality of cryptographic hash functions with fixed output size.