Expand description
Implementations of cryptographic operations
Re-exports§
pub use rand_core;
Modules§
- ed25519
- Implementation of the ed25519ph signing algorithm.
Structs§
- Context
- The “context” for signing and verifying messages, which is used for domain
separation of message signatures. The context can be of length
[Context::MIN_LEN..Context::MAX_LEN].