Skip to content

Commit a2fffce

Browse files
committed
README
1 parent d47f05e commit a2fffce

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![npm version][1]][2] [![license][3]][4]
44

5-
Audited pure JS library containing all Ethereum-related cryptographic primitives.
5+
[Audited](#security) pure JS library containing all Ethereum-related cryptographic primitives.
66

7-
Included algorithms:
7+
Included algorithms, implemented with 5 @noble & @scure packages:
88

99
* [Hashes: SHA256, keccak-256, RIPEMD160, BLAKE2b](#hashes-sha256-keccak-256-ripemd160-blake2b)
1010
* [KDFs: PBKDF2, Scrypt](#kdfs-pbkdf2-scrypt)
@@ -18,15 +18,15 @@ Included algorithms:
1818
[noble-secp256k1](https://github.com/paulmillr/noble-secp256k1) to
1919
[noble-curves](https://github.com/paulmillr/noble-curves),
2020
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.
2222

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.
2427

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).
3030

3131
## Usage
3232

0 commit comments

Comments
 (0)