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

export crypto_scalarmult_ed25519 #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lukeburns
Copy link
Contributor

Currently breaking noise-curve-ed in the browser:

https://github.com/chm-diederichs/noise-curve-ed/blob/main/index.js#L54

@chm-diederichs
Copy link
Collaborator

Thanks for the PR, would be good to get noise-curve working in the browser.

crypto_scalarmult in fact implements Curve25519 arithmetic. We need to export this function for crypto_scalarmult_ed25519. See TweetNaCl paper section 5 for more info.

I'm keen to get this in, but we'll need to port the crypto_scalarmult_ed25519 tests first. I will try to set aside some time on Friday to do so.

@lukeburns
Copy link
Contributor Author

Oh big whoops!

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