mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-10 06:16:15 +00:00
95352a4a7c
* fix(rln): ignore dirty rln submodule * feat(rln): add RLN witness & proof values byte serialization/deserialization * feat(RLN): add Merkle-tree public APIs * fix(rln): use references to avoid unnecessary clone() * fix(rln): fix rust public API, code refactor * fix(rln): change vector length serialization from usize to u64; add random witness generation * feat(rln): add C APIs * chore(rln): cargo format/clippy * feat(rln): add C APIs tests * chore(rln): minor code restyling * refactor(rln): change &Vec<u8> to &[u8] (avoids new object creation)
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
[submodule "rln/vendor/rln"]
|
|
path = rln/vendor/rln
|
|
ignore = dirty
|
|
url = https://github.com/privacy-scaling-explorations/rln.git
|
|
[submodule "semaphore/vendor/semaphore"]
|
|
path = semaphore/vendor/semaphore
|
|
ignore = dirty
|
|
url = https://github.com/appliedzkp/semaphore.git
|