Tiny_AES.encrypt

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

Meta