We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
DAKE and session keys function should be able to forge a DAKE transcript.
If Alice wants to forge a DAKE with Bob, this function will need:
For interactive:
Reference: https://bugs.otr.im/lib/libotr/blob/master/README (TOOLKIT section) https://bugs.otr.im/lib/libotr/tree/master/toolkit https://github.com/otrv4/otrv4/blob/master/otrv4.md#forging-transcripts https://github.com/otrv4/otrv4/blob/master/otrv4.md#interactive-deniable-authenticated-key-exchange-dake https://github.com/otrv4/otrv4/blob/master/otrv4.md#non-interactive-deniable-authenticated-key-exchange-dake https://github.com/otrv4/otrv4/blob/master/otrv4.md#publishing-prekey-ensembles
The text was updated successfully, but these errors were encountered:
Change dake and session keys function description
3d66ac2
issue: otrv4/libotr-ng-toolkit#2
No branches or pull requests
Description:
DAKE and session keys function should be able to forge a DAKE transcript.
If Alice wants to forge a DAKE with Bob, this function will need:
For interactive:
Reference:
https://bugs.otr.im/lib/libotr/blob/master/README (TOOLKIT section)
https://bugs.otr.im/lib/libotr/tree/master/toolkit
https://github.com/otrv4/otrv4/blob/master/otrv4.md#forging-transcripts
https://github.com/otrv4/otrv4/blob/master/otrv4.md#interactive-deniable-authenticated-key-exchange-dake
https://github.com/otrv4/otrv4/blob/master/otrv4.md#non-interactive-deniable-authenticated-key-exchange-dake
https://github.com/otrv4/otrv4/blob/master/otrv4.md#publishing-prekey-ensembles
The text was updated successfully, but these errors were encountered: