Tiny_AES.this

Undocumented in source.
  1. this(const(ubyte[KEY_SIZE]) key)
    struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
    pure nothrow
    static if(mode is Mode.ECB)
    this
    (
    ref const(ubyte[KEY_SIZE]) key
    )
  2. this(const(ubyte[KEY_SIZE]) key, const(ubyte[BLOCK_SIZE]) iv)

Meta