Skip to content

R1CS implementation for Merkle Trees using bellpepper

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

varunthakore/merkle-trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Trees

This repository contains implementation of the following Merkle Trees along with R1CS circuits implemented using bellpepper.

  1. Vanilla Merkle Tree - circuit to verify membership
  2. Indexed Merkle Tree - circuit for insertion, checking membership and checking non-membership

All the trees use Poseidon hash function implemented by Neptune.

References

  1. Indexed Merkle Tree

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

R1CS implementation for Merkle Trees using bellpepper

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages