Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

derive_key_aes256

Function derive_key_aes256 

Source
pub fn derive_key_aes256(
    key_in: &[u8],
    label: &[u8],
    context: &[u8],
) -> Option<Zeroizing<Vec<u8>>>