2020-06-13 22:45:07 +03:00
2020-06-13 22:45:07 +03:00
2020-06-13 22:45:07 +03:00
2020-06-13 22:44:22 +03:00
2020-06-13 22:39:33 +03:00
2020-06-13 22:44:22 +03:00

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
Description
No description provided
Readme 237 KiB
Languages
Rust 100%