Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Trapdoor-Tech/halo2-aggregation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This crate is designed to aggregate Halo2 proofs into one single proof.

  • a circuit that can check if a proof is valid using vk.
    • we used the simple-example as the test case which covers custom gate.
  • put transcripts in public inputs.
  • get more performance data, including #(columns), #(rows), #(Rotations)
  • porting SHA256 gadget from SHA256 example.
  • a circuit that can verify many kinds of proofs.

APIs that needed from halo2

APIs that needed from halo2wrong

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages