Module p2panda_rs::identity

source ·
Expand description

Generates and maintains Ed25519 key pairs with the secret and public (PublicKey) counterparts.

Modules

  • Error types for creating key pairs and validating public key representations.

Structs

  • Ed25519 key pair for authors to sign Bamboo entries with.
  • Authors are hex encoded Ed25519 public key strings.