Go to file
kilic 2d6e1498ee parameterise test cases 2020-10-05 13:54:38 +03:00
examples/export_test_keys parameterise test cases 2020-10-05 13:54:38 +03:00
src parameterise test cases 2020-10-05 13:54:38 +03:00
.gitignore update gitignore, readme 2020-06-13 22:44:22 +03:00
Cargo.toml seperate test runners 2020-10-01 13:10:18 +03:00
README.md typos 2020-06-13 23:03:29 +03:00

README.md

RLN

This is the development repo of rate limit nullifier zkSNARK circuits.

For details, see work in progress document here

Test

cargo test --release --features multicore rln_32 -- --nocapture

Generate Test Keys

cargo run --release --example export_test_keys

Wasm Support

Test

With wasm-pack:

wasm-pack test --release --node -- --features wasm

With cargo:

Follow the steps here before running the test, then run:

cargo test --release --target wasm32-unknown-unknown --features wasm