botan.prf.hkdf

HKDF

Members

Classes

HKDF
class HKDF

HKDF, see @rfc 5869 for details

Functions

hkdf
SecureVector!ubyte hkdf(string hkdf_algo, SecureVector!ubyte ikm, SecureVector!ubyte salt, SecureVector!ubyte info, size_t L)
Undocumented in source. Be warned that the author may not have intended to support it.
hkdfTest
size_t hkdfTest(string algo, string ikm, string salt, string info, string okm, size_t L)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)