Expand description
Core types with security guarantees for the DCRYPT library
This module provides fundamental type definitions that enforce compile-time and runtime guarantees for cryptographic operations.
Structsยง
- Ciphertext
- Wrapper for ciphertext data
- Key
- Base key type that provides secure memory handling
- Public
Key - Wrapper for public key data
- Secret
Bytes - A fixed-size array of bytes that is securely zeroed when dropped
- Secret
Vec - A variable-length vector of bytes that is securely zeroed when dropped