IPCrypt2.decryptIP16

Decrypts a 16-byte IP address (IPv4 or IPv6).

struct IPCrypt2
nothrow @trusted
ubyte[IPCRYPT_KEYBYTES]
decryptIP16
(
scope const(ubyte)* ip16
)

Parameters

ip16 const(ubyte)*

The 16-byte encrypted IP address.

Return Value

Type: ubyte[IPCRYPT_KEYBYTES]

The decrypted 16-byte IP address.

Meta