Skip to content

std/crypto/x25519: return encoded points directly + ed->mont map #6818

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

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

jedisct1
Copy link
Contributor

Leverage result location semantics for X25519 like we do everywhere else in 25519/*

Also add the edwards25519->curve25519 map by the way since many applications seem to use this to share the same key pair for encryption and signature.

Leverage result location semantics for X25519 like we do everywhere
else in 25519/*

Also add the edwards25519->curve25519 map by the way since many
applications seem to use this to share the same key pair for encryption
and signature.
@andrewrk andrewrk merged commit e59dd7e into ziglang:master Oct 29, 2020
@jedisct1 jedisct1 deleted the edmontmap branch October 29, 2020 19:24
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.

3 participants