Skip to content
New issue

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

Edwards point doubling for X25519 #1642

Merged
merged 6 commits into from
Sep 12, 2023
Merged

Conversation

bMacSwigg
Copy link
Contributor

No description provided.

src/Bedrock/End2End/X25519/EdwardsXYZT.v Show resolved Hide resolved
src/Bedrock/End2End/X25519/EdwardsXYZT.v Outdated Show resolved Hide resolved
| |- let _ := _ in _ => intros
| |- dlet.dlet ?v (fun x => ?P) => change (let x := v in P); intros
| _ => progress (cbn [Semantics.interp_binop] in * )
| H: exists _, _ |- _ => destruct H; assert_fails (idtac; let __ := constr:(H) in idtac)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do I properly make this change in the submodule? (For now I just made these local versions but obviously that's not the end state we want)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now done in #1655 (and associated PRs to rupicola and bedrock2 submodules)

@andres-erbsen andres-erbsen marked this pull request as ready for review September 12, 2023 15:23
@andres-erbsen andres-erbsen merged commit d06a05b into mit-plv:master Sep 12, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants