iroh_net

Module key

Source
Expand description

Cryptographic key handling for iroh-net.

Structs§

PublicKey
A public key.
SecretKey
A secret key.
SharedSecret
Shared Secret.
Signature
Ed25519 signature.

Enums§

KeyParsingError
Error when deserialising a PublicKey or a SecretKey.

Constants§

PUBLIC_KEY_LENGTH
The length of an ed25519 PublicKey, in bytes.

Type Aliases§

NodeId
The identifier for a node in the (iroh) network.