没有合适的资源?快使用搜索试试~ 我知道了~
circom:zkSNARK的电路编译器
共77个文件
circom:38个
js:25个
json:4个
需积分: 49 4 下载量 171 浏览量
2021-04-28
05:59:51
上传
评论
收藏 158KB ZIP 举报
温馨提示
Circom Circom是一种旨在编写可用于零知识证明的算术电路的语言。 特别是,它旨在在。 用法 Circom文件 您可以在阅读有关circom的详细信息。 教程 一个很好的起点 这部也是一个很好的起点。 第一回路 创建电路。 这是一个与非门的示例: template NAND() { signal private input a; signal input b; signal output out; out <== 1 - a*b; a*(a-1) === 0; b*(b-1) === 0; } component main = NAND(); 该语言主要使用JavaScript / C语法以及5个额外的运算符来定义以下约束: <== , ==> :这两个运算符用于连接信号,同时暗示一个约束。 如以上示例所示,将值分配给out
资源推荐
资源详情
资源评论
收起资源包目录
circom-master.zip (77个子文件)
circom-master
.gitignore 988B
Project.sublime-project 473B
package.json 980B
cli.js 5KB
package-lock.json 179KB
src
buildsyms.js 4KB
compiler.js 21KB
streamfromarray_bin.js 449B
bigarray.js 2KB
construction_phase.js 34KB
streamfromarray_txt.js 1KB
ctx.js 6KB
build.js 14KB
utils.js 2KB
gencode.js 40KB
lcalgebra.js 17KB
iterateast.js 2KB
r1csfile.js 5KB
TUTORIAL.md 8KB
doc
r1cs_bin_format.md 39KB
lc_example.monopic 1KB
wasmmodule.c 861B
index.js 230B
COPYING 34KB
utils
mergesymbols.js 1KB
.eslintrc.js 512B
README.md 7KB
parser
jaz.js 60KB
jaz.jison 20KB
ports
c
builder.js 23KB
tester.js 7KB
wasm
builder.js 32KB
errs.js 704B
build_runtime.js 28KB
tester.js 5KB
test
basiccases.json 9KB
circuits
declareandistantiate.circom 101B
condternary.circom 305B
in.bin 3B
opscmp.circom 384B
forvariables.circom 333B
constantcircuit.circom 347B
mixvarsignal.circom 179B
ifunrolled.circom 470B
compute.circom 236B
forrolled.circom 201B
inc.circom 392B
dec.circom 391B
poma2.circom 216B
ifrolled.circom 402B
arrays.circom 818B
componentarray2.circom 565B
poma.circom 370B
assignsignal.circom 125B
fnarray.circom 326B
ops3.circom 213B
add.circom 120B
modify_left.circom 141B
included.circom 123B
undefinedif.circom 183B
constantinternalcircuit.circom 255B
inout.circom 1KB
include.circom 314B
forunrolled.circom 177B
opslog.circom 223B
constants1.circom 551B
opsbit.circom 376B
ops.circom 219B
componentarray.circom 442B
function2.circom 179B
whilerolled.circom 214B
ops2.circom 225B
whileunrolled.circom 191B
function1.circom 158B
addconst1.circom 236B
in.json 54B
basiccases.js 2KB
共 77 条
- 1
资源评论
樊康康
- 粉丝: 40
- 资源: 4690
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功