Skip to main content

Module crypto

Module crypto 

Source
Expand description

Field-level encryption (FLE): AES-256-GCM with HKDF-SHA256 key derivation. Port of the Go driver’s crypto/cipher.go.

Structs§

Cipher
A field-level-encryption cipher: AES-256-GCM with HKDF-SHA256-derived keys.