上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 58 下一页
摘要: https://hyperledger-fabric.readthedocs.io/en/v0.6/API/AttributesUsage.html?highlight=transaction%20certificate https://hyperledger-fabric.readthedocs. 阅读全文
posted @ 2020-06-17 13:34 zJanly 阅读(187) 评论(0) 推荐(0)
摘要: https://www.cntofu.com/book/73/ch2-cgo/ch2-02-basic.md // #cgo CFLAGS: -DPNG_DEBUG=1 -I./include // #cgo LDFLAGS: -L/usr/local/lib -lpng // #include < 阅读全文
posted @ 2020-06-12 10:34 zJanly 阅读(268) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/40c4ba729eac package mainimport ( "context" "fmt" "time")func emain() { d := time.Now().Add(1 * time.Second) ctx, cancel := 阅读全文
posted @ 2020-06-11 13:52 zJanly 阅读(172) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/e5df3cd0708b Context背景 和 适用场景 golang在1.6.2的时候还没有自己的context,在1.7的版本中就把golang.org/x/net/context包被加入到了官方的库中。golang 的 Context包,是 阅读全文
posted @ 2020-06-11 11:23 zJanly 阅读(273) 评论(0) 推荐(0)
摘要: https://github.com/ZtesoftCS/go-ethereum-code-analysis/ https://www.jianshu.com/p/a6a45fd0597d 阅读全文
posted @ 2020-06-10 16:45 zJanly 阅读(218) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/qcblog/p/8998045.html http://www.doc88.com/p-0971398500383.html https://wenku.baidu.com/view/65d4db50be23482fb4da4c13.html 一、概 阅读全文
posted @ 2020-06-10 14:20 zJanly 阅读(535) 评论(0) 推荐(0)
摘要: https://wenku.baidu.com/view/e02b6b7a591b6bd97f192279168884868662b864.html 阅读全文
posted @ 2020-06-09 17:00 zJanly 阅读(147) 评论(0) 推荐(0)
摘要: 众所周知,为了保障商用密码的安全性,国家商用密码管理办公室制定了一系列密码标准,包括SM1(SCB2)、SM2、SM3、SM4、SM7、SM9、祖冲之密码算法(ZUC)那等等。 其中SM1、SM4、SM7、祖冲之密码(ZUC)是对称算法;SM2、SM9是非对称算法;SM3是哈希算法。目前,这些算法已 阅读全文
posted @ 2020-06-09 09:54 zJanly 阅读(1509) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/liangjisheng/article/details/79435139 回顾 - 什么是群 一、定义 定义1 设G是定义了一个二元运算+的集合,如果这个运算满足下列性质: (1)封闭性——如果a和b都属于G,则a+b也属于G。 (2)结合律——对于G中 阅读全文
posted @ 2020-06-08 10:26 zJanly 阅读(8360) 评论(0) 推荐(1)
摘要: 1,要熟悉超奇异椭圆曲线域上群元素数学性质,比如:E(x,y):y^2=x^3+x这种椭圆曲线,每个群元素都是椭圆曲线上的点,比如P(x,y),那么这个P就可以抽象表示成图中定义里面的g,u,v等。2,要学习这种基于椭圆曲线上加法和点乘的运算原理。3,有了以上基础,就可以了解配对运算的原理了,比如w 阅读全文
posted @ 2020-06-03 14:27 zJanly 阅读(7815) 评论(0) 推荐(0)
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 58 下一页