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
in
DY* code
let (idx_sess_b, idx_s2msg2) = responder_send_msg_2 bob idx_s2msg1 in // (3) + (4) let idx_s1msg3 = initiator_send_msg_3 alice idx_sess_a idx_s2msg2 in // (5)
gets rewritten as
let (idx_sess_b, idx_s2msg2) = responder_send_msg_2 bob idx_s2msg1 // (3) + (4) in let idx_s1msg3 = initiator_send_msg_3 alice idx_sess_a idx_s2msg2 // (5) in
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DY* code
gets rewritten as
The text was updated successfully, but these errors were encountered: