零知识证明zkDaily
ZKP Frontier Tracker 🎯
Sun
08.23
2026
Project avatar
Paper
https://eprint.iacr.org/2026/1758
StreamingMemory-BoundedBN-254

Notes

零知识证明zkDaily
Q&A Deep Dive 💬
Sun
08.23
2026
beginner
What resource does Sluice mainly reduce?
It cuts Groth16 prove-phase random-access memory from O(N) to O(log N), trading sequential storage I/O and time.
answer
intermediate
How does SBM balance memory and I/O overhead?
SBM achieves O(log N) memory, O(N log N) total I/O, and O(log N) sequential external storage passes in the streaming model.
answer
expert
How does SBM adapt to the read-write streaming model constraints?
SBM avoids random access via the Split-Butterfly-Merge structure, completing NTT using only sequential reads/writes and O(log N) passes.
answer