Skip to content

Releases: ethereum/js-ethereum-cryptography

1.1.1

13 Jul 20:23
1.1.1
a34687d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

15 Jun 12:54
1.1.0
60a004f
Compare
Choose a tag to compare

What's Changed

  • Upgrade dependencies with ESM support
  • Expose keccak256.create in #41
  • Small refactor in #46

Full Changelog: v1.0.2...1.1.0

v1.0.3 released

20 Feb 19:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2 released

17 Feb 14:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1 released

15 Feb 22:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0 released

26 Jan 19:10
Compare
Choose a tag to compare

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

18 Jan 00:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v1.0.0-rc1

v0.2.5 released

05 Jan 22:46
Compare
Choose a tag to compare

This release contains the final changes that were motivated by the soon-to-be-published security audit.

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4 released

24 Dec 13:58
Compare
Choose a tag to compare

This release addresses some minor issues found during the audit. For more details go to #19.

v0.2.3 released

22 Dec 18:43
Compare
Choose a tag to compare

This is a small release that improves the hdkey module. It makes its API more robust and ensures that the private key is properly dropped.

It also reuses the assertBytes utility from @noble/hashes to avoid duplication.