Tiny_AES.keyExpSize

Undocumented in source.
  1. enum keyExpSize;
    struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
    pure nothrow
    static if(KEY_LENGTH is 256)
    enum keyExpSize = 240;
  2. enum keyExpSize;
  3. enum keyExpSize;

Meta