Skip to content

Releases: forgesworn/range-proof

v1.0.4

25 Mar 12:54

Choose a tag to compare

1.0.4 (2026-03-25)

Bug Fixes

  • remove broken example (API signatures mismatched) (e3ccbcc)

v1.0.3

20 Mar 09:32

Choose a tag to compare

1.0.3 (2026-03-20)

Bug Fixes

  • correct copyright to ForgeSworn (b1b316f)

v1.0.2

19 Mar 00:49

Choose a tag to compare

1.0.2 (2026-03-19)

Bug Fixes

  • require expected policy in proof verification (9ca8084)

v1.0.1

18 Mar 18:51

Choose a tag to compare

1.0.1 (2026-03-18)

Bug Fixes

  • add credential file patterns to .gitignore (1098889)
  • address re-review findings (03280e9)
  • early-reject oversized context strings before UTF-8 conversion (98d8adf)
  • harden input validation, prevent prototype pollution in deserialiser (81a12ac)
  • pin GitHub Actions to SHA, remove unused permissions, pin npm version (f9c8209)

v1.0.0

18 Mar 14:24

Choose a tag to compare

1.0.0 (2026-03-18)

Bug Fixes

  • security audit — bind commitment to sub-proofs, sanitise errors, validate inputs (abbb03b)

Features

  • add crypto utilities and error classes (3749b57)
  • add Pedersen range proofs with tests (c5cdea0)
  • expose public API (5865a9a)