pub fn derive_chunk_nonce( master_key: &[u8; 32], content_id: &str, chunk_index: u64, ) -> Result<[u8; 12], ChunkEncryptionError>
Derive a deterministic nonce for a chunk.