IPCrypt2.this

Constructs an IPCrypt2 with the given 16-byte key.

  1. this(const(ubyte)* key)
    struct IPCrypt2
    nothrow @nogc @trusted
    this
    (
    scope const(ubyte)* key
    )
  2. this(string hexKey)

Throws

Exception if the key length is not 16 bytes.

Meta