Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 658 Bytes

probabilisticpubkey

Build Status

Probabilistic public-key crypto systems in Rust. Implementations of Goldwasser-Micali and Blum-Goldwasser algorithms as described in chapter 8 of "Handbook of Applied Cryptography" by Alfred J. Menezes et al.

Build:

cargo build

Run tests:

cargo test

Generate documentation:

cargo doc --no-deps --document-private-items --open

Run examples:

cargo run --example goldwasser_micali

cargo run --example blum_goldwasser