Skip to content

mcelrath/curve-trees-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curve-trees-example

Example code using the Curve Trees accumulator

This is an example using the Curve Trees Accumulator by Campanelli, Hall-Andersen, and Kamp implemented here.

Running

To run this code, first check out the curve-trees repository, cd curve-trees and check out this repo there. Then edit Cargo.toml to add "curve-trees-example" to the members block, your Cargo.toml should look like this:

[workspace]
members = [
    "bulletproofs",
    "relations",
    "curve-trees-example"
]

[workspace.package]
name = "curve_trees"
version = "0.1.0"

Now execute:

  cargo run

About

Example code using the Curve Trees accumulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages