[][src]Module cryptoballot::ecies_ed25519

Structs

EciesPublicKey

A ed25517 Public Key meant for use in ECIES

Functions

decrypt

Decrypt a ECIES encrypted ciphertext using the receiver's SecretKey.

encrypt

Encrypt a message using ECIES, it can only be decrypted by the receiver's SecretKey.

generate_keypair

Generate a keypair, ready for use in ECIES