hmac_state
version(LTC_HMAC)
extern (
C) nothrow
struct hmac_state {
}
Members
- 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.
tomcrypt mac
functionsmanifest constantsstatic variablesstructs