pub fn derive_chunk_key( master_key: &[u8; 32], content_id: &str, chunk_index: u64, ) -> Result<[u8; 32], ChunkEncryptionError>
Derive a chunk-specific key from the master key.