Skip to content

Releases: colinnielsen/ecrecover-noir

v0.30.0

27 Nov 17:48
e6fbbf8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.30.0

v0.19.0

24 Nov 19:48
6d5cee2
Compare
Choose a tag to compare

What's Changed

  • build: Enable building with Noir compiler >=0.19.0 by @theforager in #11

New Contributors

Full Changelog: v0.10.1...v0.19.0

v0.10.1

17 Sep 06:19
306fad0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

22 Aug 22:12
0fe611d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

27 Jul 12:03
Compare
Choose a tag to compare

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

v0.8.0

22 Jul 08:21
a9e54a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.8.0

v0.5.0

15 Jun 01:22
59b14d7
Compare
Choose a tag to compare
  • Constrained a 0x04 prefix in the from_uncompressed initializer

v0.4.0

13 Jun 19:02
Compare
Choose a tag to compare
  • Add the ecrecover method to the PubKey struct implementation allowing you to write:
let key = PubKey::from_xy(pub_key_x, pub_key_y);
key.ecrecover(signature, hashed_message)

v0.3.0

13 Jun 01:39
Compare
Choose a tag to compare

What's Changed

  • updated circuit to use the array_helpers lib
  • update to use v0.6.0 true/false return values via -> ci: install nargo using noirup by @TomAFrench in #1
  • ci fixes via -> fixed stuff for noir 0.6.0 by @signorecello in #2

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 May 21:06
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Given Noir's v0.6.0 release, this lib is now ready for testing and implementation 🎉