Go to file
kilic bc9101a437 fix for wasm build
update readme
2020-06-13 22:39:33 +03:00
examples/export_test_keys exclude from wasm build 2020-06-13 22:37:44 +03:00
src cleanups 2020-06-07 18:48:04 +03:00
.gitignore move key export to examples 2020-06-07 17:39:40 +03:00
Cargo.toml fix for wasm build 2020-06-13 22:39:33 +03:00
README.md fix for wasm build 2020-06-13 22:39:33 +03:00
rustfmt.toml initial commit with draft poseidon 2020-04-23 20:55:24 +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 build --tests --release --target wasm32-unknown-unknown --features wasm