Tiny_AES.decrypt

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

Meta