You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which changes re-exported api of `secp256k1` submodule.
21
-
There have been no other changes. Check out [Upgrading](#upgrading).
21
+
There have been no other changes.
22
22
23
-
**January 2022 update:** We've released v1.0 of the package, a complete rewrite:
23
+
**January 2022 update:** v1.0 has been released. We've rewritten the library from
24
+
scratch and [audited](#security) it. It became **6x smaller:**~5,000 lines of
25
+
code instead of ~24,000 (with all deps); 650KB instead of 10.2MB.
26
+
5 dependencies by 1 author are now used, instead of 38 by 5 authors.
24
27
25
-
-**6x smaller:**~5,000 lines of code instead of ~24,000 (with all deps); 650KB instead of 10.2MB
26
-
- 5 dependencies by 1 author instead of 38 by 5 authors
27
-
-[Audited](#security) by an independent security firm
28
-
- Check out the article about it: [A safer, smaller, and faster Ethereum cryptography stack](https://medium.com/nomic-labs-blog/a-safer-smaller-and-faster-ethereum-cryptography-stack-5eeb47f62d79)
29
-
- Take a glance at the [Upgrading](#upgrading) section for breaking changes: there are almost none
28
+
Check out [Upgrading](#upgrading) section and an article about the library:
29
+
[A safer, smaller, and faster Ethereum cryptography stack](https://medium.com/nomic-labs-blog/a-safer-smaller-and-faster-ethereum-cryptography-stack-5eeb47f62d79).
0 commit comments