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