IPCryptNDXCtx.decryptIP16

Decrypt a non-deterministically encrypted 16-byte IP address, previously encrypted with ipcrypt_ndx_encrypt_ip16.333333

Input is ndip, and output is written to ip16.

struct IPCryptNDXCtx
nothrow @nogc @trusted
ubyte[IPCRYPT_KEYBYTES]
decryptIP16
(
scope const(ubyte)* ndip
)

Meta