facebook / voprf

An implementation of a verifiable oblivious pseudorandom function (RFC 9497)
Apache License 2.0
58 stars 15 forks source link

Depend on `ProjectivePoint: ToEncodedPoint` #95

Closed daxpedda closed 1 year ago

daxpedda commented 1 year ago

This reverts the unfortunate changes that had to be made in #91. It was fixed in https://github.com/RustCrypto/elliptic-curves/pull/722.

This will actually require downstream users to update their primeorder dependency to v0.12.1, personally I don't think it is a problem, but the gain is also very minor.

daxpedda commented 1 year ago

CI fails because of Clippy, see #96.

daxpedda commented 1 year ago

Rebased on #96.