首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
bulletproofs专题
From IPA to Bulletproofs
Inner product argument (IPA) Construction of IPA Public parameter: g , h ∈ G n \mathbf{g}, \mathbf{h} \in \mathbb{G}^n g,h∈Gn Prover input: a , b ∈ F p n \mathbf{a}, \mathbf{b} \in \mathbb{F}_p^n
阅读更多...
Bulletproofs+: Shorter Proofs for Privacy-Enhanced Distributed Ledger学习笔记
1. 引言 Chung等人2020年论文《Bulletproofs+: Shorter Proofs for Privacy-Enhanced Distributed Ledger》,暂无收录信息。 代码实现参见: https://github.com/ZenGo-X/bulletproofs 要点: 1)实现了zero-knowledge inner product proof,pr
阅读更多...