Tiny_AES.decrypt

Undocumented in source.
  1. void decrypt(ubyte[] buf)
  2. void decrypt(ubyte[] buf)
  3. void decrypt(ubyte[] buf)
  4. alias decrypt = xcrypt
    struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
    pure nothrow
    static if(mode is Mode.CTR)
    alias decrypt = xcrypt

Meta