[][src]Module thrussh_keys::key::ed25519

Keys for elliptic curve Ed25519 cryptography.

Structs

PublicKey

Ed25519 public key.

SecretKey

Ed25519 secret key.

Functions

keypair

Generate a key pair.

sign_detached

Sign a message with a secret key.

verify_detached

Verify a signature, sig could as well be a Signature.