Deegan et al. proposed two post-quantum HD wallet constructions in their paper, recovering BIP32's public key derivation functionality based on lattice assumptions, including schemes using ML-DSA and Raccoon-G.Deegan等人在论文中提出了两种后量子HD钱包构造,基于格假设恢复BIP32的公钥派生功能,包括使用ML-DSA和Raccoon-G的方案。Deeganらは、論文において、格子上の仮定に基づきBIP32の公開鍵導出機能を回復させた、ML-DSAおよびRaccoon-Gを使用したスキームを含む2つのポスト量子HDウォレット構築を提案しています。
NotesNotes要点
Two post-quantum HD wallet constructions recovering BIP32 public key derivation based on lattice assumptions
First uses ML-DSA for hardened derivation with proofs of unlinkability and unforgeability
Second uses Raccoon-G variant enabling non-hardened public key derivation via Gaussian-distributed secrets
Modified Raccoon-G to publish full unrounded public keys preserving linearity
Proved unlinkability and unforgeability under standard lattice assumptions
Introduced method for generating rerandomizable Raccoon-G key pairs from fixed randomness
What is the core idea behind BIP32 hierarchical deterministic wallets?BIP32 分层确定性钱包的核心思想是什么?BIP32階層的決定論的ウォレットの核となるアイデアは何ですか?
BIP32 allows a user to derive an entire tree of key pairs deterministically from a single master seed, simplifying key management and backups.BIP32 允许用户从一个主种子生成一整棵密钥树,从而确定性地产生大量公私钥对,方便备份和管理。BIP32は、単一のマスターシードから鍵ペアのツリー全体を決定論的に導出することを可能にし、キー管理とバックアップを簡素化します。
Why is it difficult to support BIP32-style non-hardened derivation in post-quantum systems?为什么在后量子密码体系中实现 BIP32 风格的非 hardened 派生是困难的?ポスト量子暗号システムでBIP32スタイルの非ハードン化導出をサポートすることが難しいのはなぜですか?
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.现有 HD 钱包依赖椭圆曲线公钥的线性代数结构,使得子公钥可以通过简单运算从父公钥得到。而大多数后量子签名方案缺乏这种结构。従来のHDウォレットは、単純な線形演算によって子キーを導出できる楕円曲線公開鍵の代数的構造に依存しています。ほとんどのポスト量子署名スキームは、そのような構造を提供していません。
How does the paper argue unlinkability between derived keys?论文如何证明派生密钥之间的不可链接性(unlinkability)?論文では、派生鍵間のリンク不可能性についてどのように論じているか?
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.作者证明派生密钥的分布与独立生成的密钥在统计上非常接近,因此观察者无法区分两个密钥是否来自同一派生路径。著者らは、導出されたキーが独立して生成されたキーと統計的に近いことを示しており、観察者が2つのキーが同じ導出パスから来ているかどうかを判断することは非現実的であると述べている。