Skip to content

Rust implementation for VarRange, an aggregated range proof supporting different bases and ranges.

License

Notifications You must be signed in to change notification settings

zb99zhou/VarRange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VarRange: an aggregated range proof supporting different bases and ranges.

This repository provides an implementation of VarRange, an aggregated range proof that supports different bases and ranges.

An aggregated range proof allows a single prover to prove that multiple committed values lie within specified ranges simultaneously. Given $n$ Pedersen commitments with different commitment keys, VarRange proves that each committed value lies within its respective range.

Tests

Run tests using cargo test --release.

About

Rust implementation for VarRange, an aggregated range proof supporting different bases and ranges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages