Releases: colinnielsen/ecrecover-noir
Releases · colinnielsen/ecrecover-noir
v0.30.0
What's Changed
- updating for noir v0.30.0 by @signorecello in #14
- Critical Vulnerability by @colinnielsen in #16
Full Changelog: v0.19.0...v0.30.0
v0.19.0
What's Changed
- build: Enable building with Noir compiler >=0.19.0 by @theforager in #11
New Contributors
- @theforager made their first contribution in #11
Full Changelog: v0.10.1...v0.19.0
v0.10.1
What's Changed
- Removing pub keyword on return value by @signorecello in #7
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- add lib type by @critesjosh in #8
- build: update to noir v0.10.0 by @colinnielsen in #10
New Contributors
- @critesjosh made their first contribution in #8
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- README.md simple usage fixes by @Turupawn in #3
- feat: optimize circuit + fix keccak impl by @colinnielsen in #6
New Contributors
- @Turupawn made their first contribution in #3
- @colinnielsen made their first contribution in #6
Full Changelog: v0.5.0...v0.8.0
v0.5.0
- Constrained a
0x04
prefix in thefrom_uncompressed
initializer
v0.4.0
- Add the
ecrecover
method to thePubKey
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
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
Given Noir's v0.6.0
release, this lib is now ready for testing and implementation 🎉