BFT
4
Permissioned validators, f=1
SIGS
every
Tx signature re-verified per block
PQ
0
Pre-quantum signatures
PROOF
~2.3 MB
Folded proof, benchmarked not wired
六个 PQ 层。四个已集成,一个已构建,一个计划中。
NIST 标准化签名、格状态承诺、SHA3-256 哈希。密码学来自公开研究,集成出自我们之手。
| 层 | 原语 | 困难问题 | 状态 |
|---|---|---|---|
| Spend authorization | ML-DSA-44 (FIPS 204) | Module-LWE / Module-SIS | ✓ integrated |
| Consensus + identity | ML-DSA-65 (FIPS 204) | Module-LWE / Module-SIS | ✓ integrated |
| State commitment | Lattice gadget tree / Frog ring | structural (no hardness claim) | ✓ integrated |
| Block proof | LatticeFold-style folding | Module-SIS | ● built, not wired |
| Hashing | SHA3-256 / SHAKE-256 | SHA-3 preimage | ✓ integrated |
| Attestation aggregation | Chipmunk-PoA | Module-SIS | ○ planned |
诚实披露
- 01Nixeon 是测试网。共识为今天正在运行的 4 验证者许可制 BFT。本技术栈未经外部审计,测试网代币没有价值。
- 02HAWK 在遭遇密钥恢复攻击后,于 2026 年 7 月退出 NIST 附加签名流程。此后 Nixeon 已完全迁离:由 ML-DSA-44 授权用户交易,ML-DSA-65 为共识投票与对等身份签名,使用 fips204 crate 而非手工移植。ML-DSA 即 CNSA 2.0 的签名算法,因此该层面已经严格。该 crate 与本技术栈均未经过正式审计。交易会在链上携带签名者的 ML-DSA-44 公钥;零知识支出授权已设计,但尚未上线。
- 03今天在设计上仅限支付。没有不受信任的智能合约 VM。可编程性将在密码学栈达到可审计水准之后到来。
- 04可审计机密性(查看密钥)正在规划,尚未发布。默认匿名性故意排除在范围外;Aleo、Aztec、Namada 在该领域已有完善方案。