Introducing Zolt: the first pure-Zig zkVM
Fully compatible with @a16zcrypto's Jolt, the entire cryptography is made from scratch in @ziglang , only using the stdlib!
No arkworks FFI or other dependencies ๐ซก
The first benchmarks:
@hackerdocc it's existing work of art for all of them and then i cleaned (removing background, making it grayscale) using photopea and gpt image gen and then used a script that translate it into this svg dotwork
A month later, Zolt v0.1.0 is here!
- Code is good enough to make an official release
- Faster than Jolt on the @eth_proofs' SHA256 benchmarks ๐ฑ
- Huge refactoring effort
- Really fun to work on!
- Still a lot of work to do to match Jolt with bigger programs (2^28+)
Introducing Zolt: the first pure-Zig zkVM
Fully compatible with @a16zcrypto's Jolt, the entire cryptography is made from scratch in @ziglang , only using the stdlib!
No arkworks FFI or other dependencies ๐ซก
The first benchmarks:
Check it out here: https://t.co/3aNkXPOrQ7
This version include two new packages `zolt-arith` (for the field operations) and `zolt-pool` (my rayon equivalent), that you can use in your own @ziglang projects.
Introducing Zolt: the first pure-Zig zkVM
Fully compatible with @a16zcrypto's Jolt, the entire cryptography is made from scratch in @ziglang , only using the stdlib!
No arkworks FFI or other dependencies ๐ซก
The first benchmarks: