Skip to main content

Crate crypto_core

Crate crypto_core 

Source
Expand description

Crypto Core - Cryptographic Primitives for R-SRP Ultra

Provides SHA-256/SHA-512, BLAKE3, Ed25519, and RSA-PSS implementations with HSM integration support.

Modules§

entropy
Entropy health checks for runtime fail-closed controls.
error
Crypto Core Error Module
hash
Hashing primitives - SHA-256, SHA-512, BLAKE3
hsm
HSM (Hardware Security Module) integration
merkle
Merkle Tree implementation for hourly audit logs
signature
Signature primitives - Ed25519 (RSA-PSS legacy path disabled)

Structs§

KeyMetadata
Key metadata

Enums§

CryptoError
Cryptographic service error
HashAlgorithm
Hash algorithm selection
KeyType
Key type
SignatureAlgorithm
Signature algorithm selection

Type Aliases§

Result