# Functions
GenerateNewPrivateKey generates a new ed25519 private key.
PrivateKey constructor.
PrivateKey constructor from a base64 string.
PublicKey constructor.
PublicKey constructor from a base64 string.
PublicKeysAreEqual checks if two public keys are equal.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
PrivateKey is an ed25519 private key wrapper (64 bytes).
PublicKey is an ed25519 public key wrapper (32 bytes).
Signature is an ed25519 signature wrapper (64 bytes).