facebook / opaque-ke

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

Bump `curve25519-dalek` to v4.0.0-rc.3 #330

Closed daxpedda closed 1 year ago

daxpedda commented 1 year ago

The Scalar type isn't compatible with X25519 anymore, so instead we use a plain [u8; 32].

Requires https://github.com/facebook/voprf/pull/113.

daxpedda commented 1 year ago

This is ready now.