-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
v2.0: massively reduce library size, remove features #92
Conversation
49c29e1
to
361bcc0
Compare
old secp 1.7 main branch:
new Iteration 7:
|
I understand that, but I don't understand what this has to do with the proposal I'm making? Why does moving the build output to an output folder and the original source files into a source folder affect Deno? Is the problem here that Deno can only run |
Tests are now using |
Erm.... no offense and just askin', was there any specific reason about dropping DER format support? |
@Akamig it takes too much code and it's only used in specific situations. You're free to use noble-curves which has DER and is a proper evolution of the current library. goals of new noble-secp are being 1) safe 2) as small as possible 3) fast |
@paulmillr Oh, I didn't expected answer this fast. thanks for your quick, kind, understandable response! 🥰 Y E A H G O T T A G O F A S T |
noble-curves is proper evolution of noble-secp, switch to it now. noble-secp v2 will be "smallest possible" safe+fast implementation of secp in js. I will just go through every line and optimize it manually.
ed25519: paulmillr/noble-ed25519#76