Tiny_AES.decrypt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void decrypt(ubyte[] buf)
  2. void decrypt(ubyte[] buf)
  3. void decrypt(ubyte[] buf)
    struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
    pure nothrow
    static if(mode is Mode.CFB)
    void
    decrypt
    (
    scope ubyte[] buf
    )
  4. alias decrypt = xcrypt

Meta