cloudflare / opaque-ts

A TypeScript library for OPAQUE Asymmetric Password-Authenticated Key Exchange Protocol
BSD 3-Clause "New" or "Revised" License
78 stars 9 forks source link

FR: Add support for Oprf RISTRETTO255_SHA512 in opaque. #21

Open angelsenra opened 2 months ago

angelsenra commented 2 months ago

https://github.com/cloudflare/voprf-ts seems to have evolved quite a bit since the last release that this code depends on. On new versions, r255 was added. This would make this library compatible (with serialization differences) with libopaque among others.

Please consider updating the oprf library version and thus enabling support for 255. Thanks!

armfazh commented 2 months ago

Lately I'm working on updating the libraries. So this feature will land at a near point the future.