twofish_key

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct twofish_key
  2. struct twofish_key
    version(LTC_TWOFISH && !LTC_TWOFISH_SMALL)
    extern (C) nothrow
    struct twofish_key {}

Members

Variables

K
uint[40] K;
Undocumented in source.
S
uint[4][256] S;
Undocumented in source.

Meta