零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Wed
04.08
2026
Project avatar
Paper
https://eprint.iacr.org/2026/674
Dan Boneh Threshold Pairing

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Wed
04.08
2026
beginner
What is batch threshold encryption?
It is an encryption mechanism where the decryptor publishes one short pre-decryption key that enables decryption of a specific batch of ciphertexts, while all other ciphertexts remain secret. The threshold version distributes decryption control across multiple parties.
answer
intermediate
What role does the partial fraction technique play here?
It uses partial fraction decomposition to compress what would normally require multiple decryption helper values into a single group element, allowing one publication to unlock the entire batch.
answer
expert
Why is an epochless design better for censorship resistance?
Epoch-based schemes require transactions to fit into fixed time windows, which lets attackers exploit epoch boundaries for delay or filtering attacks. An epochless design removes this synchronization dependency and reduces censorship surface.
answer