[][src]Module wedpr_crypto::ecies

ECIES (Elliptic Curve Integrated Encryption Scheme) functions. ECIES is a public-key authenticated encryption scheme, which allows using a public key to encrypt a message of any length and provide integrity check.

Modules

secp256k1

ECIES functions on Secp256k1 curve.

Traits

Ecies

Trait of a replaceable ECIES algorithm.