a16z / jolt

The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡
https://jolt.a16zcrypto.com
MIT License
580 stars 105 forks source link

JoltField arithmetic by reference #380

Closed sragss closed 2 weeks ago

sragss commented 1 month ago

Suggested by @moodlezoup. Allow all JoltField arithmetic to be done by reference without dereferencing. Good Stackoverflow thread.

imikushin commented 2 weeks ago

Implemented by #386