Skip to main content

Module crypto

Module crypto 

Source
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§

EncryptionAlgorithm
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 (KERI10JSON protocol tag).
verify_commitment
Verify that a public key satisfies a commitment.