Skip to content

Releases: noir-lang/poseidon

v0.3.0

Choose a tag to compare

@noirwhal noirwhal released this 08 Apr 08:38
0880c37

0.3.0 (2026-04-08)

⚠ BREAKING CHANGES

  • update to new stdlib interface (#46)

Bug Fixes

v0.2.6

Choose a tag to compare

@noirwhal noirwhal released this 20 Feb 10:57
00f8791

0.2.6 (2026-02-20)

Bug Fixes

v0.2.5

Choose a tag to compare

@noirwhal noirwhal released this 20 Feb 10:44
a034f63

0.2.5 (2026-02-20)

Bug Fixes

v0.2.4

Choose a tag to compare

@noirwhal noirwhal released this 18 Feb 19:56
7473b34

0.2.4 (2026-02-18)

Bug Fixes

v0.2.3

Choose a tag to compare

@noirwhal noirwhal released this 22 Jan 14:18
f67fbbc

0.2.3 (2026-01-22)

Features

v0.2.2

Choose a tag to compare

@noirwhal noirwhal released this 19 Jan 16:26
0ddc818

0.2.2 (2026-01-19)

Bug Fixes

  • Remove OOB read from cache and unnecessary zeroing in perform_duplex (#33) (845fac9)

v0.2.1

Choose a tag to compare

@noirwhal noirwhal released this 19 Jan 15:59
514bb42

0.2.1 (2026-01-16)

Features

  • Improve brillig performace (#27) (596d59a)
  • Optimize variable length hashes (#32) (ec4b206)
  • Remove cache in static length poseidon2 (#28) (211d4e9)
  • Unroll poseidon2 hash loop by RATE chunks (#30) (678300e)

v0.2.0

Choose a tag to compare

@noirwhal noirwhal released this 11 Dec 12:16
4bc50d8

0.2.0 (2025-12-11)

⚠ BREAKING CHANGES

  • remove variable length hash padding (#15)

Features

  • Remove variable length hash padding (#15) (af9b726)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 22 May 16:04
ba04f0a

0.1.1 (2025-05-22)

Bug Fixes

  • Always use u32 when indexing arrays (#4) (e5fa393)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 00:06
5be402a

0.1.0 (2025-03-11)

Features