drey7925
drey7925
Is there some sort of format conversion we would need to do to make a stored ServerSetup and ServerLogin produced by a v2 client/server work with a v3 client/server? I...
Thanks, that makes sense from a protocol standpoint. However, to validate both 2.0.0 and 3.0.0, I'd still need to be able to build 2.0.0 (which prevents me from using any...
I tried to prep a patch to pick up the new voprf but ran into CLA issues on my end; would you be able to bump the dependency from this...
Thank you so much! Unfortunately, I wasn't able to get a login working from a client with 2.1.0-pre.1, either to an existing server running 2.0.0, or to a local server...
Sorry for the delay, I somehow missed the notification/email. I'm using a ciphersuite that looks identical: ``` impl CipherSuite for PerovskiteOpaqueAuth { type OprfCs = opaque_ke::Ristretto255; type KeGroup = opaque_ke::Ristretto255;...
Apologies for the toil looking into this. It looks like that was my mistake; I grabbed the upgrade blindly without checking for changes in other crates, and assumed that the...
@vdhanan [This commit](https://github.com/drey7925/perovskite/commit/2076604cb44ba9c103eb0208efa7449cfb34bb73#diff-400eb1f04580ae4870aa9d4aae3210268771ed3a5237703cc070d87296830d38), which I've only had a chance to test very lightly.