pd_cipher::lookup::crypto
Cryptographic helpers for storage providers. Cryptographic helpers for storage providers.
Functions
encrypt_value
Encrypts a value using AES-256-GCM-SIV.
Uses deterministic nonce for pattern preservation.
pub fn encrypt_value(...)
decrypt_value
Decrypts a value using AES-256-GCM-SIV.
pub fn decrypt_value(...)