Expand description
Cryptographic primitives.
Re-exports§
pub use said::compute_next_commitment;pub use said::compute_said;pub use said::verify_commitment;pub use signer::SignerKey;
Modules§
- encryption
- Symmetric encryption utilities.
- provider_
bridge - Sync bridge for calling async CryptoProvider from synchronous code.
- said
- SAID (Self-Addressing Identifier) computation for KERI.
- signer
- Signing key types.
- ssh
- SSH cryptographic operations: key parsing, SSHSIG creation, and wire-format encoding.
Enums§
- Encryption
Algorithm - Supported encryption algorithms for keypair encryption.