Skip to main content
derive_key
crypt
0.1.0
crypt
Function
derive_
key
Copy item path
Source
pub(crate) fn derive_key<const N:
usize
>( root_key: &[
u8
], info: &
str
, ) -> Zeroizing<[
u8
;
N
]>