Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 448 Bytes

NOTES.md

File metadata and controls

3 lines (3 loc) · 448 Bytes
  • while one can use the BN254 prime field with Poseidon hash function in Plonky3 (I tried), the underlying proof system (FRI) expects prime field elements fitting in at most 64 bits
  • so we'll have to implement BN254 on vectors of Baby Bear elements (8 elements being required to represent an element from the BN254 prime field)
  • for now I'll try to implement elliptic curve addition for a simple non singular elliptic curve defined over Baby Bear