IPCrypt2.ndDecryptIP16

Non-deterministic decryption of a 24-byte encrypted IP address.

struct IPCrypt2
nothrow @nogc @trusted
ubyte[IPCRYPT_KEYBYTES]
ndDecryptIP16
(
scope const(ubyte)* ndip
)

Parameters

ndip const(ubyte)*

The 24-byte encrypted IP address.

Return Value

Type: ubyte[IPCRYPT_KEYBYTES]

The 16-byte decrypted IP address.

Meta