hkdf_sha256
matc
0.1.2
In matc::
util::
cryptoutil
matc
::
util
::
cryptoutil
Function
hkdf_
sha256
Copy item path
Source
pub fn hkdf_sha256( salt: &[
u8
], secret: &[
u8
], info: &[
u8
], size:
usize
, ) ->
Result
<
Vec
<
u8
>>