Expand description
Cryptographic primitives.
Re-exports§
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.
Functions§
- compute_
next_ commitment - Compute the next-key commitment digest for pre-rotation.
- compute_
said - Computes a spec-compliant SAID for a KERI event (
KERI10JSONprotocol tag). - verify_
commitment - Verify that a public key satisfies a commitment.