零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Sat
03.07
2026
Project avatar
Paper
https://eprint.iacr.org/2026/380
Conor Deegan ML-DSA Raccoon-G

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Sat
03.07
2026
beginner
What is the core idea behind BIP32 hierarchical deterministic wallets?
BIP32 allows a user to derive an entire tree of key pairs deterministically from a single master seed, simplifying key management and backups.
answer
intermediate
Why is it difficult to support BIP32-style non-hardened derivation in post-quantum systems?
Traditional HD wallets rely on the algebraic structure of elliptic curve public keys that allows simple linear operations to derive child keys. Most post-quantum signature schemes do not provide such structure.
answer
expert
How does the paper argue unlinkability between derived keys?
The authors show that derived keys are statistically close to independently generated keys, making it infeasible for an observer to determine whether two keys originate from the same derivation path.
answer