[][src]Crate wedpr_crypto

Library of crypto and related functions.

Modules

constant

Shared constants.

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.

hash

Data hash functions.

signature

Data signature functions.

utils

Common utility functions.

zkp

Zero-knowledge proof (ZKP) functions.