Expand description
Unified API for lib-Q cryptographic operations
This module provides a consistent, secure API that works identically whether used as a Rust crate or compiled to WASM.
Re-exports§
pub use crate::contexts::KemContext;
Structs§
- Utils
- The core API provides a clean interface that:
Enums§
- Algorithm
- Algorithm identifiers for cryptographic operations
- Algorithm
Category - Algorithm categories
- Security
Level - Security levels for cryptographic algorithms
Traits§
- Aead
Operations - AEAD operations (Layer A —
Resultonly) - Crypto
Provider - Cryptographic provider that supplies implementations
- Hash
Operations - Hash operations
- KemOperations
- Key Encapsulation Mechanism operations
- Signature
Operations - Digital Signature operations