Tiny_AES.encrypt

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

Meta