Skip to main content

Module crypto

Module crypto 

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

EncryptionAlgorithm
Supported encryption algorithms for keypair encryption.