- encryptN
void encryptN(const(ubyte)* input, ubyte* output, size_t blocks)
Undocumented in source. Be warned that the author may not have intended to support it.
- decryptN
void decryptN(const(ubyte)* input, ubyte* output, size_t blocks)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTweak
void setTweak(const(ubyte)* tweak, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- parallelism
size_t parallelism [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- clone
BlockCipher clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- blockSize
size_t blockSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- keySpec
KeyLengthSpecification keySpec()
Undocumented in source. Be warned that the author may not have intended to support it.
- getT
const(SecureVector!ulong) getT()
Undocumented in source. Be warned that the author may not have intended to support it.
- getK
const(SecureVector!ulong) getK()
Undocumented in source. Be warned that the author may not have intended to support it.
- keySchedule
void keySchedule(const(ubyte)* key, size_t )
Undocumented in source. Be warned that the author may not have intended to support it.
- skeinFeedfwd
void skeinFeedfwd(SecureVector!ulong M, SecureVector!ulong T)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_T
SecureVector!ulong m_T;
Undocumented in source.
- m_K
SecureVector!ulong m_K;
Undocumented in source.
Threefish-512