verifiable_encryption 0.2.0

Verifiable encryption schemes - Encryption of discrete log from DKG-in-the-head
Documentation
1
2
3
4
5
6
7
8
9
<!-- cargo-rdme start -->

# Verifiable encryption schemes

Verifiable encryption of discrete log(s) from the paper [Verifiable Encryption from MPC-in-the-Head](https://eprint.iacr.org/2021/1704.pdf).

Adapted to allow encrypting messages of a generalized Pedersen commitment and some other optimizations. See the [corresponding module](src/tz_21) for more details.

<!-- cargo-rdme end -->