Tiny_AES.encrypt

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

Meta