generalized-paillier 0.2.0

Original Paillier encryption and generallized Paillier encrytion, i.e. Damgard-Jurik scheme
Documentation

CI Apache-2 Dependencies

Paillier encryption and Damgard-Jurik encryption

The code is generic over the prime size and expansion factor S (for Damgard-Jurik)

By default, it uses standard library and rayon for parallelization.

For no_std support, build as

cargo build --no-default-features

and for wasm-32, build as

cargo build --no-default-features --target wasm32-unknown-unknown