IPCryptNDXCtx.ndipFromHex

Converts a hexadecimal string to a non-deterministic encrypted IP address.

struct IPCryptNDXCtx
nothrow @trusted
ubyte[IPCRYPT_NDX_NDIP_BYTES]
ndipFromHex
(
ref string hex
)

Parameters

hex string

The hexadecimal string.

Return Value

Type: ubyte[IPCRYPT_NDX_NDIP_BYTES]

The non-deterministic encrypted IP address.

Meta