HKDF

HKDF, see @rfc 5869 for details

Constructors

this
this(MessageAuthenticationCode extractor, MessageAuthenticationCode prf)
Undocumented in source.
this
this(MessageAuthenticationCode prf)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
expand
void expand(ubyte* output, size_t output_len, const(ubyte)* info, size_t info_len)

Only call after extract

extract
void extract(const(ubyte)* input, size_t input_len)
Undocumented in source. Be warned that the author may not have intended to support it.
finishExtract
void finishExtract()
Undocumented in source. Be warned that the author may not have intended to support it.
startExtract
void startExtract(const(ubyte)* salt, size_t salt_len)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta