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

crypto/x25519: implement clearCofactor() #11355

Merged
merged 1 commit into from Apr 7, 2022

Conversation

jedisct1
Copy link
Contributor

This is the x25519 counterpart to edwards25519.clearCofactor() that we already had.

It is useful to check for low-order points in protocols where it matters and where clamping cannot work, such as PAKEs.

This is the x25519 counterpart to edwards25519.clearCofactor().

It is useful to check for low-order points in protocols where it
matters and where clamping cannot work, such as PAKEs.
@jedisct1 jedisct1 merged commit 93e11b8 into ziglang:master Apr 7, 2022
@jedisct1 jedisct1 deleted the x25519-clear-cofactor branch April 7, 2022 08:46
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

1 participant