ZKP6.1 Discrete

编程入门 行业动态 更新时间:2024-10-24 04:41:04

ZKP6.1 <a href=https://www.elefans.com/category/jswz/34/1760190.html style=Discrete"/>

ZKP6.1 Discrete

ZKP学习笔记

ZK-Learning MOOC课程笔记

Lecture 6: Discrete-log-based Polynomial Commitments (Yupeng Zhang)

  • Recall
    • How to build an efficient SNARK?
      • A polynomial commitment scheme + A polynomial interactive oracle proof (IOP) = SNARK for general circuits
    • Plonk
      • Univariate polynomial commitment + Plonk Polynomial IOP = SNARK for general circuits
    • Interactive proofs
      • Multivariate polynomial commitment + Sumcheck protocol = SNARK for general circuits
    • polynomial commitment

6.1 Background

  • Group: Closure, Associativity, Identity, Inverse.
  • Generator of a group: An element g g g that generates all elements in the group by taking all powers of g g g
  • Discrete logarithm assumption
    • A group G G G has an alternative representation as the powers of the generator g g g: { g , g 2 , g 3 , . . . , g p − 1 } \{g, g^2, g^3,...,g^{p-1}\} {g,g2,g3,...,gp−1}
    • Discrete logarithm problem: given y ∈ G y \in G y∈G, find x x x s.t. g x = y g^x = y gx=y
    • Discrete-log assumption: discrete-log problem is computationally hard.
  • (Computational) Diffie-Hellman assumption: Given G , g , g x , g y G, g, g^x, g^y G,g,gx,gy, cannot compute g x y g^{xy} gxy
  • Bilinear pairing:
    • ( p , G , g , G T , e ) (p, G, g, G_T, e) (p,G,g,GT​,e)
    • G G G and G T G_T GT​ are both multiplicative cyclic groups of order p p p, g g g is the generator of G G G.
    • G G G: base group, G T G_T GT​ target group
    • Pairing: e ( P x , Q y ) = e ( P , Q ) x y e(P^x,Q^y) = e(P,Q)^{xy} e(Px,Qy)=e(P,Q)xy
      • Example: e ( g x , g y ) = e ( g , g ) x y = e ( g x y , g ) e(g^x,g^y) = e(g,g)^{xy} = e(g^{xy},g) e(gx,gy)=e(g,g)xy=e(gxy,g)
    • Given g x g^x gx and g y g^y gy , a pairing can check that some element h = g x y h = g^{xy} h=gxy without knowing x x x and y y y.
  • BLS signature [Boneh–Lynn–Shacham’2001]

更多推荐

ZKP6.1 Discrete

本文发布于:2023-12-04 16:24:28,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1661513.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Discrete

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!