博客
关于我
sha256零知识证明constraints对比
阅读量:313 次
发布时间:2019-03-01

本文共 542 字,大约阅读时间需要 1 分钟。

在 (2016年,使用deprecated-master版本的libsnark)中,记录的performance为:

on computer (Intel® Core™ i7-3770S CPU @ 3.10GHz):

  • key generation time: 11.6551s
  • proof generation time: 3.0884s
  • verification time: 0.0262s
  • proof size: 2294 bits
  • proving key size: 102284136 bits
  • verifying key size: 4586 bits
  • R1CS constraints: 56101 (mostly sha256-related)

在 (2019年),有提到:

Example () Description Number of constraints
High-level implementation of SHA-256 which is compiled to an optimized circuit similar to the one produced by manual/low-level libraries, as in . 25538

转载地址:http://vuqx.baihongyu.com/

你可能感兴趣的文章
mysql 字段区分大小写
查看>>
mysql 字段合并问题(group_concat)
查看>>
mysql 字段类型类型
查看>>
MySQL 存储引擎
查看>>
mysql 存储过程 注入_mysql 视图 事务 存储过程 SQL注入
查看>>
mysql 存在update不存在insert
查看>>
MySQL 数据库备份种类以及常用备份工具汇总
查看>>
mysql 更新子表_mysql 在update中实现子查询的方式
查看>>
MySQL 有什么优点?
查看>>
MySql 查询以逗号分隔的字符串的方法(正则)
查看>>
mysql 添加索引
查看>>
mysql 网络目录_联机目录数据库
查看>>
MySQL 聚簇索引&&二级索引&&辅助索引
查看>>
Mysql 脏页 脏读 脏数据
查看>>
mysql 自增id和UUID做主键性能分析,及最优方案
查看>>
Mysql 自定义函数
查看>>
mysql 行转列 列转行
查看>>
Mysql 表分区
查看>>
mysql 表的操作
查看>>
MySQL 触发器
查看>>