Skip to content

Releases: tomusdrw/ethsign

v.0.9.0

31 May 08:24
b99d1c2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

03 Feb 22:54
cbe505e
Compare
Choose a tag to compare
Bump version. (#66)

v0.7.3

15 Oct 12:47
efd76a8
Compare
Choose a tag to compare

libsecp256k1 updated

v0.7.0

03 Sep 11:38
f665490
Compare
Choose a tag to compare
  • Updated dependencies.
  • More ergonomic API for KeyFile.

v0.6.1

29 May 11:56
d84c5f2
Compare
Choose a tag to compare

Support pure-rust crypto via pure-rust feature flag.

v0.5.0

07 Mar 09:47
Compare
Choose a tag to compare
  • Scrypt support

v0.4.0

04 Mar 18:22
Compare
Choose a tag to compare
  • Add to/from Crypto
  • Add PublicKey::verify method

v0.3.0

18 Feb 09:41
4cf65fd
Compare
Choose a tag to compare
  • Reimplement Protected to use memzero crate for drops.
  • Also make the implementation details private.

v0.2.0

15 Feb 09:29
Compare
Choose a tag to compare
  • Support pure-rust secp256k1 as an optional feature.
  • Implement Crypto::encrypt and Crypto::decrypt for the keyfile Crypto part.

v0.1.3

13 Feb 19:21
ef5be89
Compare
Choose a tag to compare

Fixes recovery operation.