hmac_state

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(LTC_HMAC)
extern (C) nothrow
struct hmac_state {}

Members

Variables

hash
int hash;
Undocumented in source.
hashstate
hash_state hashstate;
Undocumented in source.
key
ubyte* key;
Undocumented in source.
md
hash_state md;
Undocumented in source.

Meta