Skip to content

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

License

Notifications You must be signed in to change notification settings

lovesh/generalized_paillier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Apache-2 Dependencies crates.io docs.rs

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

Releases

No releases published

Packages

No packages published

Languages