Structs§
- Address
- 40-bit node ID derived from
VerifyingKey. - Identity
- Combination of
Address,VerifyingKeyand 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 Addresslength in bytes.- PUBLIC_
KEY_ LENGTH VerifyingKeylength in bytes.- SECRET_
KEY_ LENGTH SecretKeylength in bytes.