This commit is contained in:
Paul Miller 2023-09-06 20:22:45 +02:00
parent 2acebc8176
commit 3890b79e7e
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -16,10 +16,10 @@ Audited & minimal JS implementation of elliptic curve cryptography.
> **noble-crypto** — high-security, easily auditable set of contained cryptographic libraries and tools.
- No dependencies, protection against supply chain attacks
- Auditable TypeScript / JS code
- Zero or minimal dependencies
- Supported on all major platforms
- Releases are signed with PGP keys and built transparently with NPM provenance
- Highly readable TypeScript / JS code
- PGP-signed releases & transparent NPM builds with provenance
- Check out [homepage](https://paulmillr.com/noble/) & all libraries:
[ciphers](https://github.com/paulmillr/noble-ciphers),
[curves](https://github.com/paulmillr/noble-curves),