Module duniter_keys::ed25519 [] [src]

Provide wrappers around ed25519 keys and signatures

Key pairs can be generated with KeyPairGenerator.

Structs

KeyPair

Store a ed25519 cryptographic key pair (PublicKey + PrivateKey)

KeyPairFromSaltedPasswordGenerator

Keypair generator with given parameters for scrypt keypair function.

PrivateKey

Store a Ed25519 private key.

PublicKey

Store a Ed25519 public key.

Signature

Store a ed25519 signature.