Structs§
- Address
- 40-bit node ID derived from
VerifyingKey
. - Identity
- Combination of
Address
,VerifyingKey
and optionallySecretKey
. - Secret
Key - Concatenation of X25519 static secret (first 32 bytes) and Ed25519 secret key (last 32 bytes).
- Verifying
Key - Concatenation of X25519 public key (first 32 bytes) and Ed25519 public key (last 32 bytes).
Enums§
Constants§
- ADDRESS_
LENGTH Address
length in bytes.- PUBLIC_
KEY_ LENGTH VerifyingKey
length in bytes.- SECRET_
KEY_ LENGTH SecretKey
length in bytes.