otrv4 / otrng-prekey-server

Prekey server functionality for OTRv4. This is a mirror of https://bugs.otr.im/otrv4/otrng-prekey-server
GNU General Public License v3.0
3 stars 3 forks source link

Add a ZKPK of the private keys associated with some public values #1

Closed claucece closed 6 years ago

claucece commented 6 years ago

Specifically, we would need proofs for:

The only flow that needs to be changed is the publication message:

Once the server gets a publication message, it sends back challenge values for each one of the values we need. The client generates the challenges, sends them back, and the server returns success or failure.

We also need to remember that we need to tie the shared secret from the DAKE into the proofs.

We should ratchet the following MACs for these values.

claucece commented 6 years ago

Ooops, wrong repo :)