- WHIRLPOOL
ubyte* WHIRLPOOL(const(void)* inp, size_t bytes, ubyte* md)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WHIRLPOOL_BitUpdate
void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX* c, const(void)* inp, size_t bits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WHIRLPOOL_Final
int WHIRLPOOL_Final(ubyte* md, WHIRLPOOL_CTX* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WHIRLPOOL_Init
int WHIRLPOOL_Init(WHIRLPOOL_CTX* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WHIRLPOOL_Update
int WHIRLPOOL_Update(WHIRLPOOL_CTX* c, const(void)* inp, size_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- private_WHIRLPOOL_Init
int private_WHIRLPOOL_Init(WHIRLPOOL_CTX* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.