Skip to content

onedge-network/custom-verkle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 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: ´´´bash cargo run ´´´

To run in release mode: ´´´bash cargo run --release ´´´

Runing tests: ´´´bash cargo test --release ´´´

About

Custom Verkle tree implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%