-
Notifications
You must be signed in to change notification settings - Fork 96
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
feat: import everything from tweetnacl? #697
Comments
Btw. do agent-js still needs that lib or can use the platform API instead? |
Same for |
I can investigate the size impacts! Unfortunately, web SubtleCrypto doesn't support ED25519, so we're dependent on a library for the time being |
you folks should use noble-curves or noble-ed25519 instead, tweetnacl is not secure |
Tweetnacl is removed in #784 in favor of noble-curves |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
While having a look at the size of agent-js I noticed
tweetnacl
which is currently imported with a wild cardIs there a chance that importing only the resources needed would spare few kb of code that is not needed here?
Additional context
The text was updated successfully, but these errors were encountered: