botan v1.13.4 (2023-03-01T00:35:38Z)
Dub
Repo
hkdf
botan
prf
hkdf
Undocumented in source. Be warned that the author may not have intended to support it.
static if
(
BOTAN_HAS_HKDF
)
static if
(
BOTAN_TEST
)
SecureVector
!ubyte
hkdf
()
(
string
hkdf_algo
,
auto
const
ref
SecureVector
!ubyte
ikm
,
auto
const
ref
SecureVector
!ubyte
salt
,
auto
const
ref
SecureVector
!ubyte
info
,
size_t
L
)
Meta
Source
See Implementation
botan
prf
hkdf
classes
HKDF
functions
hkdf
hkdfTest