Function single_chunk_derive_key

Source
pub fn single_chunk_derive_key(
    context: &str,
    key_material: &[u8],
) -> Option<[u8; 32]>