facebook / opaque-ke

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

Fixing simple_login test to enable argon2 feature #328

Closed kevinlewi closed 1 year ago

daxpedda commented 1 year ago

Strange that it worked until now, according to Cargo this should have been necessary all along. There is even an issue to change that behavior: https://github.com/rust-lang/cargo/issues/4663.

Probably not worth digging into.

kevinlewi commented 1 year ago

Yeah, I was following through the same PR trying to figure out what led to the recent change, but to no avail...