美文网首页
V神STARKs三部曲

V神STARKs三部曲

作者: 未来工程科技 | 来源:发表于2018-07-23 11:31 被阅读0次

    文章

    • STARKs, Part I: Proofs with Polynomials

    https://vitalik.ca/general/2017/11/09/starks_part_1.html

    • STARKs, Part II: Thank Goodness It's FRI-day

    https://vitalik.ca/general/2017/11/22/starks_part_2.html

    • STARKs, Part 3: Into the Weeds

    https://vitalik.ca/general/2018/07/21/starks_part_3.html

    Github:https://github.com/ethereum/research/blob/master/mimc_stark/README.md

    名词解释

    • STARK-Scalable Transparent ARgument of Knowledge

    论文:Scalable, transparent, and post-quantum secure computational
    integrity
    地址:https://eprint.iacr.org/2018/046.pdf

    • MiMC-Efficient Encryption and Cryptographic
      Hashing with Minimal Multiplicative
      Complexity

    论文:MiMC: Efficient Encryption and Cryptographic
    Hashing with Minimal Multiplicative
    Complexity
    地址:https://eprint.iacr.org/2016/492.pdf

    • VDFs-Verifiable Delay Functions

    论文:Verifiable Delay Functions
    地址:https://eprint.iacr.org/2018/601.pdf

    • MPC-Secure multi-party computation(安全多方计算)

    • ZK-zero-knowledge proofs (零知识证明)

    • FHE-fully homomorphic encryption (全同态加密)

    相关文章

      网友评论

          本文标题:V神STARKs三部曲

          本文链接:https://www.haomeiwen.com/subject/gswdmftx.html