Expand description
SAL Vault: Cryptographic functionality for SAL
This package provides cryptographic operations including:
- Key space management (creation, loading, encryption, decryption)
- Key pair management (ECDSA)
- Digital signatures (signing and verification)
- Symmetric encryption (ChaCha20Poly1305)
- Ethereum wallet functionality
- Key-value store with encryption
Re-exports§
pub use error::CryptoError;pub use keyspace::KeyPair;pub use keyspace::KeySpace;