- idea_cbc_encrypt
void idea_cbc_encrypt(const(ubyte)* in_, ubyte* out_, core.stdc.config.c_long length_, .IDEA_KEY_SCHEDULE* ks, ubyte* iv, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- idea_cfb64_encrypt
void idea_cfb64_encrypt(const(ubyte)* in_, ubyte* out_, core.stdc.config.c_long length_, .IDEA_KEY_SCHEDULE* ks, ubyte* iv, int* num, int enc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- idea_ecb_encrypt
void idea_ecb_encrypt(const(ubyte)* in_, ubyte* out_, .IDEA_KEY_SCHEDULE* ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- idea_encrypt
void idea_encrypt(core.stdc.config.c_ulong* in_, .IDEA_KEY_SCHEDULE* ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- idea_ofb64_encrypt
void idea_ofb64_encrypt(const(ubyte)* in_, ubyte* out_, core.stdc.config.c_long length_, .IDEA_KEY_SCHEDULE* ks, ubyte* iv, int* num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- idea_options
const(char)* idea_options()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- idea_set_decrypt_key
void idea_set_decrypt_key(.IDEA_KEY_SCHEDULE* ek, .IDEA_KEY_SCHEDULE* dk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- idea_set_encrypt_key
void idea_set_encrypt_key(const(ubyte)* key, .IDEA_KEY_SCHEDULE* ks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.