penumbra-zone / decaf377

decaf377 is a prime-order group designed for use in SNARKs over BLS12-377
https://protocol.penumbra.zone/main/crypto/decaf377.html
12 stars 12 forks source link

Implement a BLS12-377 curve using the arkworks stack #69

Closed cronokirby closed 6 months ago

cronokirby commented 6 months ago

Right now we have arkworks compatability for the fields, but users would still need to implement the whole BLS12-377 stack themselves by creating appropriate configs. To avoid repeating this, we want a module doing this in this crate.