Structs

40-bit node ID derived from PublicKey.

Combination of Address, PublicKey and optionally SecretKey.

Concatenation of X25519 public key (first 32 bytes) and Ed25519 public key (last 32 bytes).

Concatenation of X25519 static secret (first 32 bytes) and Ed25519 secret key (last 32 bytes).

Enums

Constants

Address length in bytes.

PublicKey length in bytes.

SecretKey length in bytes.