tomcrypt.misc

Undocumented in source.

Members

Functions

base64_decode
int base64_decode(ubyte* _in, c_ulong len, ubyte* _out, c_ulong* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
base64_encode
int base64_encode(ubyte* _in, c_ulong len, ubyte* _out, c_ulong* outlen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
burn_stack
void burn_stack(c_ulong len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
crypt_fsa
int crypt_fsa(void* mp, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
error_to_string
const(char*) error_to_string(int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zeromem
void zeromem(void* dst, 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.

Static variables

crypt_build_settings
char* crypt_build_settings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta