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

fix `no_std` incompatibility #59

Closed redshiftzero closed 7 months ago

redshiftzero commented 7 months ago

After #58 I went to add cargo-nono to CI and discovered a number of places where there are no_std incompatibilities, this PR aims to resolve those

Towards https://github.com/penumbra-zone/penumbra/issues/3512