A Rust implementation of A Simple Batched Threshold Encryption Scheme.
cargo benchHTML reports are written to target/criterion/.
Run a complete end-to-end example:
cargo run --release --example e2eRun with --help to see all available options.
This repository is dual-licensed under both the Apache 2.0 and MIT licenses. You may choose either license when employing this code.