Expand description
Cryptographic key handling for iroh-net
.
Structs§
- Public
Key - A public key.
- Secret
Key - A secret key.
- Shared
Secret - Shared Secret.
- Signature
- Ed25519 signature.
Enums§
- KeyParsing
Error - Error when deserialising a
PublicKey
or aSecretKey
.
Constants§
- PUBLIC_
KEY_ LENGTH - The length of an ed25519
PublicKey
, in bytes.
Type Aliases§
- NodeId
- The identifier for a node in the (iroh) network.