Zolt avoids external cryptographic libraries and implements components such as field arithmetic, MSM, and polynomial commitments directly in Zig. This makes the system simpler and easier to study, especially for researchers learning how zkVM proving systems work. Zolt 不依赖外部密码学库,所有组件如有限域运算、MSM 和多项式承诺都用 Zig 自己实现。这让代码更简单透明,也方便研究者理解 zkVM 和证明系统的完整实现。 Zoltは外部の暗号ライブラリに依存せず、フィールド演算、MSM、および多項コミットメントなどのコンポーネントをZig言語内で直接実装しています。これにより、システムがよりシンプルになり、特にzkVMプロビングシステムの仕組みを学習している研究者にとって理解しやすくなっています。