Expand description
Hazardous Materials: low-level APIs which can be insecure if misused.
The traits in this module are not generally recommended, and should only be used in special cases where they are specifically needed.
Security Warning
Using these traits incorrectly can introduce security vulnerabilities. Please carefully read the documentation before attempting to use them.
Traitsยง
- Async
Prehash Signer - Asynchronously sign the provided message prehash, returning a digital signature.
- Async
Randomized Prehash Signer - Asynchronously sign the provided message prehash using the provided external randomness source, returning a digital signature.
- Prehash
Signer - Sign the provided message prehash, returning a digital signature.
- Prehash
Verifier - Verify the provided message prehash using
Self(e.g. a public key) - Randomized
Prehash Signer - Sign the provided message prehash using the provided external randomness source, returning a digital signature.