Skip to content

Releases: TritonVM/triton-vm

v0.43.0

14 Nov 13:25
d078bca
Compare
Choose a tag to compare

0.43.0

✨ Features

  • (Claim) Accept more types for public input (6451d76)
  • (!) Add field version to Claim (48f896a)
  • Display jump stack when printing VMState (0665f2f)
  • (!) Optionally supply prover randomness seed (923e9e1)
  • (!) Introduce assertion error (a987ebe)

⚡️ Performance

  • (RAM) Drop cached polynomials (9bf637d)
  • (LDE) Only interpolate if result is used (4133b6e)
  • Reduce prover's space requirements (833244d)

♻️ Refactor

  • (!) Store debug information in VMState (d9664e5)
  • Introduce structs Prover & Verifier (2f5b7a9)

✅ Testing

  • Computations are independent of caching (ecd3108)
  • Verify randomizers' large Hamming distance (ba2e92b)

⏱ Bench

  • Benchmark barycentric evaluation (ce592a9)