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

Add missing convertion trait implementations #97

Closed neithanmo closed 3 months ago

neithanmo commented 4 months ago

The no_std/alloc counterpart for encoding was missing the TryFrom and From conversion implementations for [u8; 32]. This PR add those