Tiny_AES.keyExpSize

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

Meta