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

std.crypto.{p256,p384}: process the top nibble in mulDoubleBasePublic #11956

Merged
merged 1 commit into from Jun 29, 2022

Conversation

jedisct1
Copy link
Contributor

Unlike curve25519 where the scalar size is not large enough to fill the top nibble, this can definitely be the case for p256 and p384.

Unlike curve25519 where the scalar size is not large enough to fill
the top nibble, this can definitely be the case for p256 and p384.
@jedisct1 jedisct1 merged commit b2e4dda into ziglang:master Jun 29, 2022
@jedisct1 jedisct1 deleted the muldoublebase branch June 29, 2022 05:45
andrewrk pushed a commit that referenced this pull request Jul 19, 2022
…#11956)

Unlike curve25519 where the scalar size is not large enough to fill
the top nibble, this can definitely be the case for p256 and p384.
wooster0 pushed a commit to wooster0/zig that referenced this pull request Jul 24, 2022
…ziglang#11956)

Unlike curve25519 where the scalar size is not large enough to fill
the top nibble, this can definitely be the case for p256 and p384.
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