- MD4
ubyte* MD4(const(ubyte)* d, size_t n, ubyte* md)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MD4_Final
int MD4_Final(ubyte* md, MD4_CTX* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MD4_Init
int MD4_Init(MD4_CTX* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MD4_Transform
void MD4_Transform(MD4_CTX* c, const(ubyte)* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MD4_Update
int MD4_Update(MD4_CTX* c, const(void)* data, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- private_MD4_Init
int private_MD4_Init(MD4_CTX* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.