Releases: ethereum/js-ethereum-cryptography
Releases · ethereum/js-ethereum-cryptography
1.1.2
What's Changed
- Bump noble-secp to 1.6.3, update all devDependencies by @paulmillr in #50
Full Changelog: 1.1.1...1.1.2
1.1.1
1.1.0
v1.0.3 released
v1.0.2 released
What's Changed
- Export
recoverPublicKey
from secp256k1. by @paulmillr in #35
Full Changelog: v1.0.1...v1.0.2
v1.0.1 released
What's Changed
- Bump @noble/secp256k1 from 1.5.2 to 1.5.3 by @dependabot in #34
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0 released
This is the final release of the new version of this library, written by @paulmillr.
It's a complete rewrite that leads to a 15x smaller, more secure, and portable version of the library.
For more info, take a look at this article.
v1.0.0-rc1
What's Changed
- Re-use noble-hashes crypto module by @paulmillr in #18
- Fix tests by @paulmillr in #21
- Audit by @paulmillr in #22
Full Changelog: v0.2.4...v1.0.0-rc1
v0.2.5 released
This release contains the final changes that were motivated by the soon-to-be-published security audit.
What's Changed
- Re-use noble-hashes crypto module by @paulmillr in #18
- Fix tests by @paulmillr in #21
Full Changelog: v0.2.4...v0.2.5
v0.2.4 released
This release addresses some minor issues found during the audit. For more details go to #19.