facebook / opaque-ke

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

Update `argon2` to v0.5 #314

Closed daxpedda closed 1 year ago

daxpedda commented 1 year ago

Updates argon2 to v0.5. Doesn't really include any interesting changes for us except we now don't have to specify our own default salt length, because it's provided by argon2 now.

See the CHANGELOG.

daxpedda commented 1 year ago

I forgot to mention, this increases the MSRV to v1.62, which is w/e really because #307 increases it to v1.65 anyway.