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§
- Crypto
Error - Cryptographic service error
- Hash
Algorithm - Hash algorithm selection
- KeyType
- Key type
- Signature
Algorithm - Signature algorithm selection