IPCrypt2.encryptIP16

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

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

Parameters

ip16 const(ubyte)*

The 16-byte IP address to encrypt.

Return Value

Type: ubyte[IPCRYPT_KEYBYTES]

The encrypted 16-byte IP address.

Meta