摘要:
http://tinylab.org/myths-about-urandom/ Chen Jie 创作于 2015/06/27 打赏 原文:Myths about /dev/urandom 作者:Thomas Hühn 译者:Chen Jie 1 译之前言 你知道 /dev/random 与 /de 阅读全文
摘要:
https://hyperledger-fabric.readthedocs.io/en/v0.6/API/AttributesUsage.html?highlight=transaction%20certificate https://hyperledger-fabric.readthedocs. 阅读全文
摘要:
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 < 阅读全文
摘要:
https://www.jianshu.com/p/40c4ba729eac package mainimport ( "context" "fmt" "time")func emain() { d := time.Now().Add(1 * time.Second) ctx, cancel := 阅读全文
摘要:
https://www.jianshu.com/p/e5df3cd0708b Context背景 和 适用场景 golang在1.6.2的时候还没有自己的context,在1.7的版本中就把golang.org/x/net/context包被加入到了官方的库中。golang 的 Context包,是 阅读全文
摘要:
https://github.com/ZtesoftCS/go-ethereum-code-analysis/ https://www.jianshu.com/p/a6a45fd0597d 阅读全文
摘要:
https://www.cnblogs.com/qcblog/p/8998045.html http://www.doc88.com/p-0971398500383.html https://wenku.baidu.com/view/65d4db50be23482fb4da4c13.html 一、概 阅读全文
摘要:
https://wenku.baidu.com/view/e02b6b7a591b6bd97f192279168884868662b864.html 阅读全文
摘要:
众所周知,为了保障商用密码的安全性,国家商用密码管理办公室制定了一系列密码标准,包括SM1(SCB2)、SM2、SM3、SM4、SM7、SM9、祖冲之密码算法(ZUC)那等等。 其中SM1、SM4、SM7、祖冲之密码(ZUC)是对称算法;SM2、SM9是非对称算法;SM3是哈希算法。目前,这些算法已 阅读全文
摘要:
https://blog.csdn.net/liangjisheng/article/details/79435139 回顾 - 什么是群 一、定义 定义1 设G是定义了一个二元运算+的集合,如果这个运算满足下列性质: (1)封闭性——如果a和b都属于G,则a+b也属于G。 (2)结合律——对于G中 阅读全文