Oskar Thoren
|
826a02f652
|
feat(rln): add hash, merkle and poseidon tree
Import from existing semaphore-rs
|
2022-03-16 16:05:23 +08:00 |
Oskar Thoren
|
83ef5ae3c3
|
chore: make clippy happy
|
2022-03-16 14:30:51 +08:00 |
Oskar Thoren
|
292ece2945
|
style: cargo fmt
|
2022-03-16 14:18:54 +08:00 |
Oskar Thoren
|
6717a24c07
|
chore(rln): clippy ignore unsafe
Already wrapped in unsafe block but doesn't seem to work. Whole function
can be made unsafe but shouldn't be necessary from what I can tell.
|
2022-03-16 14:16:43 +08:00 |
Oskar Thoren
|
abe67c8d4a
|
chore: use remote instead of local deps
|
2022-03-16 14:01:44 +08:00 |
Oskar Thoren
|
0dbf417e63
|
fix(rln): use rln in public module
Previously this was using Multipler boilerplate. This also fixes tests.
|
2022-03-16 13:54:02 +08:00 |
Oskar Thoren
|
15c331db36
|
Add identity poseidon test
|
2022-03-15 18:04:11 +08:00 |
Oskar Thoren
|
c718101ff1
|
import util for fr/bigint
|
2022-03-15 17:51:13 +08:00 |
Oskar Thoren
|
b2fe1bd99b
|
more deps
|
2022-03-15 17:48:42 +08:00 |
Oskar Thoren
|
b2a301a967
|
Import identity.rs from semaphore-rs
|
2022-03-15 17:30:44 +08:00 |
Oskar Thoren
|
751fd22951
|
Add deps
|
2022-03-15 17:29:40 +08:00 |
Oskar Thoren
|
f090f199ac
|
Add poseidon-rs
|
2022-03-15 17:27:24 +08:00 |
Oskar Thoren
|
b23dabab4f
|
Update RLN README
|
2022-03-11 18:09:45 +08:00 |
Oskar Thoren
|
4737dd34c1
|
Adapt rln fields etc
Proof works!
|
2022-03-11 18:08:41 +08:00 |
Oskar Thoren
|
224589a1ed
|
Add rln r1cs wasm files
|
2022-03-11 17:55:55 +08:00 |
Oskar Thoren
|
2af04cc729
|
Init rln from poseidon-tornado
|
2022-03-11 17:55:46 +08:00 |