Skip to content

WeiqiNs/RustFLPCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustFLPCP

CI

This Rust library implements the non-interactive zero-knowledge proof protocol introduced by Boneh et al. constructed from the fully-linear probabilistically checkable proofs. It provides several simple validity checks:

  • BinaryValidation: verifies that the input vector represents a valid binary vector.
  • RangeValidation: verifies each element in the input vector falls within a specified range.
  • NormBoundValidation: verifies whether the L2 norm of the input vector is below a given threshold.

The script relies on arkworks for prime field arithmetic. Additionally, it incorporates the verification-time optimizations described in this paper to improve performance.

About

A Rust library for non-interactive zero-knowledge proofs based on fully-linear PCPs.

Resources

License

Stars

Watchers

Forks

Languages