-
Notifications
You must be signed in to change notification settings - Fork 2
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
Switch to noble-ed25519 #3
Comments
Hi @paulmillr, Thanks for info about your library! I don't quite understand how it relates to the website; could you clarify this, please?
|
Hi @slowli. Your website serves as a demo for ed25519 bugs. I understand it should not be used for actual signatures.
Indeed it is, thank you for that! The site is great and helps to understand eddsa is not perfect.
Not really — as you've mentioned, "the goal of the website is interactive education". For education purposes, I think it would be great, if developers would be able to poke around with javascript code, set up debugger breakpoints here and there, log some outputs, try it out in their developer console. The library provides great developer experience, so that should help folks. It's not a big deal — both wasm & js could be used for the website. Just though it would provide better educational value. |
Thanks for explanation! I think adding a JS library to fiddle around does make sense, although I haven't yet figured out how it could be integrated with the current website pages. Maybe, dedicating a new page for this purpose would be an optimal solution..? If you could provide a description how you see this feature implemented, it would be welcome. A PR would be twice as welcome, of course. |
I think the wasm "functions" should be replaced with functions with noble-ed25519, that's it. No huge changes are needed. BTW we'll be receiving audit ASAP. |
I've created very fast implementation of ed25519 in js/typescript. I think it would be great to use it, because a user can then audit source code. With wasm he really can't.
https://github.com/paulmillr/noble-ed25519
The text was updated successfully, but these errors were encountered: