1. 引言

前序博客有:

  • Functional Commitment Schemes: From Polynomial Commitments to Pairing-Based Accumulators学习笔记(2016年论文)

Protocol Labs、IMDEA Software Institute和Concordium团队2022年论文《Witness Encryption for Succinct Functional Commitments and Applications》,开源代码实现见:

  • https://github.com/vicsn/witness-encryption-functional-commitment(Rust)

其关键组件主要有2个:

  • 1)Smooth Projective Hash Functions(SPHF):
    也可参见代码:

    • https://github.com/oblazy/rust-sphf(Rust)
  • 2)Functional Commitments

Witness Encryption for Succinct Functional Commitments and Applications学习笔记相关推荐

  1. A (Zero-Knowledge) Vector Commitment with Sum Binding and its Applications学习笔记

    1. 引言 Qiang Wang等人2019年发表于Oxford University Press on behalf of the Institute of Mathematics and its ...

  2. Functional Commitment Schemes: From Polynomial Commitments to Pairing-Based Accumulators学习笔记

    1. 背景知识 Benoˆıt Libert, Somindu C. Ramanna 和 Moti Yung 2016年论文 <Functional Commitment Schemes: Fr ...

  3. Subvector Commitments with Application to Succinct Arguments学习笔记

    1. 背景知识 Russell W. F. Lai 和 Giulio Malavolta 在Crypto 2019上发表的论文<Subvector Commitments with Applic ...

  4. Vector Commitment Techniques and Applications to Verifiable Decentralized Storage学习笔记

    1. 引言 Campanelli等人 2020年论文<Vector Commitment Techniques and Applications to Verifiable Decentrali ...

  5. RedShift: Transparent SNARKs from List Polynomial Commitments学习笔记

    1. 引言 纽约大学Kattis和Matter Labs团队2019年论文<RedShift: Transparent SNARKs from List Polynomial Commitmen ...

  6. Customizable constraint systems for succinct arguments学习笔记(2)

    微软研究中心Srinath Setty.a16z crypto research 和 Georgetown University Justin Thaler.Carnegie Mellon Unive ...

  7. 联邦学习笔记-《Federated Machine Learning: Concept and Applications》论文翻译个人笔记

    联邦学习笔记-<Federated Machine Learning: Concept and Applications>论文翻译个人笔记 摘要 今天的人工智能仍然面临着两大挑战.一是在大 ...

  8. 【从零开始】CS224W-图机器学习-2021冬季学习笔记8.1 Applications of Graph Neural Networks

    课程主页:CS224W | Home 课程视频链接:斯坦福CS224W<图机器学习>课程(2021) by Jure Leskovec 文章目录 1  前言 2  对GNN进行图增强 2. ...

  9. 证据加密(witness encryption)

    证据加密 经典的加密方案总体来说包括两类,一类是公钥加密,一类是对称加密.在公钥加密中,所有人都可以对一个明文加密,而只有具有私钥的人才能对密钥进行解密.也就是说,解密者相对于其他人来说,具有额外的& ...

最新文章

  1. Microbiome:NGLess语言实现快速可重复分析宏基因组的流程NG-meta-profiler
  2. 《Effective C#》读书笔记——条目11:理解短小方法的优势C#语言习惯
  3. 用python读写excel(xlrd、xlwt)
  4. 【操作系统】上下文切换
  5. 7 CO配置-控制-一般控制-维护版本
  6. Callback模式和Template模式
  7. django 1.8 官方文档翻译: 6-1-1 Django 的设置
  8. 单片机shell命令_nr_micro_shell
  9. html5 超链接 图像映射,链接图像
  10. C语言进制转换以及原补反码位运算介绍
  11. Pycharm专业版注册教程
  12. 任务管理与项目管理:哪一个最适合你的团队?
  13. Latex 编译错误 Error Launching Console Application XeLaTeX ...系统找不到指定的文件。
  14. java 银行卡号_java银行卡号判断银行
  15. golang的优劣与前景分析
  16. 手机端 js禁止页面滚动
  17. 普通定时器输出互补PWM带死区
  18. C# 进行 Starlink 仿真03:72轨道面 * 22颗卫星 F相位因子==11 的Walker星座,创建3168条星间链路,并与 icarus 论文的Python结果相对比。
  19. appium实现向上滑动,向下滑动,向左滑动,向右滑动
  20. 离群值 excel_如何(以及为什么)在Excel中使用离群值函数

热门文章

  1. ARFoundation系列讲解 - 79 AR室内导航四
  2. 深度学习行业黑话集锦
  3. ARM公司授权米尔科技为中国区全线工具产品代理商
  4. mysql小记:mysql忘记密码怎么办?
  5. Cifar-10实验报告
  6. 豆豆游北戴河[201210]
  7. PS 学习笔记 22-矩形工具
  8. UDP与TCP区别以及长、短连接
  9. Program-Adaptive Mutational Fuzzing 翻译
  10. 编译时出现警告missing return statement at end of non-void function