Skip to content

quantstamp/halo2curves

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BN256 pairing

BN256 pairing library that implements original traits from zkcrypto,

and plus

FieldExt, CurveExt traits that are used in halo2 library.

This implementation is mostly ported from matterlabs/pairing and zkcrypto/bls12-381.

Bench

None Assembly

$ cargo test --profile bench test_field -- --nocapture

Assembly

$ cargo test --profile bench test_field --features asm -- --nocapture

About

For Halo2 Analyzer (SMT 2023)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%