Skip to content

dompute/halo2-arithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Halo2-arithmetic

The repo contains basic arithmetic operations implemented in Halo2 and is considered as a cuda-powered replacement of the MSM , FFT and graph evaluation in the original Halo2.

How to use it

We port some strutures and functions from halo2. You should replace those for your own halo2 build. Includes:

  • best_msm
  • best_fft
  • GraphEvaluator::evaluate

How to enable cuda

[dependencies]
halo2-arithmetic = { git = "https://github.com/dompute/halo2-arithmetic", features = ["cuda"] }

About

CUDA powered library for halo2 proof generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages