Skip to content

labormedia/custom-verkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-verkle

Custom Verkle tree implementation.

This implementation works as a proof of concept on the Pedersen commitment scheme applied to Verkle-type tries. It uses curve25519_dalek crate for all the cryptographic heavy lifting and rand for the random generator. Debug run of the main example is full of comments about the dynamic internals.

To run in debug mode:

cargo run

To run in release mode:

cargo run --release

Runing tests:

cargo test --release

About

Custom Verkle tree implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages