pub type ConvergentEncryptionKey = [u8; 32];Expand description
Encryption key derived from source content for convergent encryption
This is a 32-byte Blake3 hash of the content, used as both the encryption key and the first 12 bytes as the nonce for AES-256-GCM.