Expand description
A node’s network identity keys.
Modules§
- Ed25519 keys.
Structs§
- An error during decoding of key material.
- Identity keypair of a node.
- Error produced when failing to convert
Keypairto a more concrete keypair. - Identifier of a peer of the network.
- The public key of a node’s identity keypair.
- An error during signing of a message.
Enums§
- The type of key a
KeyPairis holding. - Error when parsing a
PeerIdfrom string or bytes.