Skip to content

hashcloak/Flashproofs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashproofs

This repository contains the source code of the paper Flashproofs: Efficient Zero-Knowledge Arguments of Range and Polynomial Evaluation with Transparent Setup at the eprint link: https://eprint.iacr.org/2022/1251.

Note that the code is for research only.

There are two folders:

  • Java Implementation: A maven project of range arguments and polynomial evaluation arguments
  • Solidity Implementation: A Truffle project of range arguments

The solidity code evaluates the gas costs of the range arguments of 32-bit and 64-bit range size. The incurred gas costs are as below:

  • 32-bit: 233,250
  • 64-bit: 314,140

About

The source code of Flashproofs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors