IPCryptNDXCtx.this

Constructs an IPCryptNDXCtx with the given 32-byte key.

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

Throws

Exception if the key length is not 32 bytes.

Meta