facebook / opaque-ke

An implementation of the OPAQUE password-authenticated key exchange protocol
Apache License 2.0
296 stars 46 forks source link

`CipherSuite` AKE and OPRF #218

Closed daxpedda closed 3 years ago

daxpedda commented 3 years ago

In light of discussions in #213 and cfrg/draft-irtf-cfrg-opaque#238 I propose the following:

The goal is to decouple AKE from OPRF to allow for example X25519 for AKE and ristretto255 for Ristretto.

kevinlewi commented 3 years ago

Resolved in #222