Skip to content

Releases: get-smooth/secp256r1-verify

v0.5.4

08 May 11:21
v0.5.4
568a840
Compare
Choose a tag to compare

Commits

v0.5.3

07 Mar 22:24
v0.5.3
09d9b1c
Compare
Choose a tag to compare

Commits

v0.5.2

15 Dec 16:19
Compare
Choose a tag to compare

This version, among other minor things, includes the fix pushed by @nlordell in the FCL repository.

Commits

  • 4a4803b: 🐛 fix inlined ec_Dbl in shamir-strauss (qd-qd) #48
  • c8ea5f0: ⚡️ optimize the stack management for mulmuladd (qd-qd) #49
  • 0ab879e: 👷 enable --ir-minimum flag for forge coverage (qd-qd) #49
  • d44c4a8: 👷 remove the treshold for code coverage (qd-qd) #49
  • d6e84c7: 🔖 bump to 0.5.2 (qd-qd) #50

v0.5.1

07 Nov 10:37
Compare
Choose a tag to compare

Commits

  • 807c72b: 🍱 ecdsa256r1: fully-test wycheproof (qd-qd) #46
  • 6736fff: 🔖 bump to 0.5.1 (qd-qd) #47

v0.5.0

07 Nov 10:09
Compare
Choose a tag to compare

Commits

  • ac4bdbf: 👷 separate test/gas-report CI steps (qd-qd) #42
  • 658d478: 👷 Optimize the build step (qd-qd) #43
  • 8e9cb05: 🙈 ignore the folder of the chore scripts (qd-qd)
  • cb127b0: ⚰️ Remove implementation alternatives (qd-qd) #44
  • 616ce6d: 🔖 bump to 0.5.0 (qd-qd)

v0.4.2

06 Oct 19:18
Compare
Choose a tag to compare

Commits

v0.4.1

09 Aug 15:39
Compare
Choose a tag to compare

Commits

  • 2a95c67: ✅ minimal test for ECDSA:zzAddN (qd-qd) #37
  • 9203dd5: 👷 create CI workflow for test-coverage (qd-qd) #37
  • 587a214: 🔧 exclude script/ from slither (qd-qd) #37
  • 8b19708: 🚨 fix formatter warning (qd-qd)
  • 7d2f44c: 📝 improve github badges (qd-qd)
  • 3c34350: 🔧 adopt the naming convention for tests (qd-qd) #38
  • 4d0716f: 📝 update gas reports with more realistic numbers (qd-qd) #38
  • 7b045f3: 📝 update commit anchor for gas reports (qd-qd) #38
  • f3b93ff: 📝 update gas reports anchor version (qd-qd) #39
  • 0a9d3b8: 🔖 bump to v0.4.1 (qd-qd) #39

v0.4.0

27 Jul 16:06
Compare
Choose a tag to compare

This version introduces a breaking change by making the verify functions internal.

Commits

  • 33ceece: ♻️ switch verify function to internal (qd-qd) #33
  • 428aca5: 💚 fix makefile circular dependency (qd-qd) #34
  • 9016918: 🔨 deployment script for the standard version (qd-qd)
  • 488fd46: 🔨 script that compute points (qd-qd)
  • a9a6c29: 🔨 deployment script for the precomputed points (qd-qd)
  • 935885d: 🔨 deployment script for the precomputed version (qd-qd)
  • 4ca2534: 📝 sidenote in the README regarding the scripts (qd-qd)
  • 482ce7b: 🔖 bump to v0.4.0 (qd-qd)

v0.3.1

05 Jul 16:03
Compare
Choose a tag to compare

Commits

  • d93857a: 📝 add gas reports into README (qd-qd) #30
  • 7e73e9a: 👷 configure release CI to publish package to GPR (qd-qd) #31
  • 97750d6: 🔖 bump to v0.3.1 (qd-qd) #32

v0.3.0

05 Jul 09:19
Compare
Choose a tag to compare

This release introduces a significant breaking change. The signature of the verify functions changed.

Commits

  • 206529f: 👷 merging the doc generation with the release (qd-qd) #23
  • bdb4023: 🔧 10x the number of optimisation runs (qd-qd) #24
  • 8ac4a6d: 💚 fix quality command (qd-qd) #26
  • 79650ce: 🔧 improve foundry configuration (qd-qd) #27
  • a79e9d7: 🙈 git ignore all generated snapshots (qd-qd)
  • f2e1f61: 💥 Revised all verify function signatures (qd-qd) #28
  • 5436b12: 🔖 bump to v0.3.0 (qd-qd) #29