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

remove `Element::{map_to_group_cdh, map_to_group_uniform}` from public API #32

Closed redshiftzero closed 8 months ago

redshiftzero commented 2 years ago

Followup from #31

Remove Element::map_to_group_cdh and Element::map_to_group_uniform from the public API - this can be done after the release of the next testnet on Monday, August 8th, 2022

Same with the compression/decompression methods without the vartime token

redshiftzero commented 8 months ago

This was done in #80