会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zJanly
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
49
50
51
52
53
54
55
56
57
58
下一页
2020年6月3日
dsa
摘要: https://tools.ietf.org/html/rfc8032#section-5.1.7package mainimport ( "crypto/ecdsa" "crypto/ed25519" "crypto/elliptic" "crypto/rand" "fmt" "time")fun
阅读全文
posted @ 2020-06-03 10:54 zJanly
阅读(152)
评论(0)
推荐(0)
2020年5月28日
mac
摘要: gcm https://blog.csdn.net/andylau00j/article/details/79269303 基于这两个问题,我谈一谈那篇文章提到的二个概念(分别是ChaCha20-Poly1305算法和等价加密算法组),分两篇文章讲解,希望给你更多的思考。本文主要讲解ChaCha20
阅读全文
posted @ 2020-05-28 10:35 zJanly
阅读(182)
评论(0)
推荐(0)
2020年5月27日
bn254
摘要: https://blog.csdn.net/trustbo/article/details/8806441 https://www.chainnews.com/articles/779116108226.htm 双线性映射的椭圆曲线 https://blog.csdn.net/zhangwenjie
阅读全文
posted @ 2020-05-27 14:53 zJanly
阅读(1568)
评论(0)
推荐(0)
zero-knowledge
摘要: 零知识证明应用到区块链中的技术挑战李康1,2, 孙毅1,2, 张珺3, 李军4, 周继华5, 李忠诚11. 中国科学院计算技术研究所,北京 1001902. 中国科学院大学,北京 1000493. 内蒙古大学,内蒙古自治区 呼和浩特 0100214. 布比(北京)网络技术有限公司,北京 100190
阅读全文
posted @ 2020-05-27 14:43 zJanly
阅读(222)
评论(0)
推荐(0)
2020年5月26日
grpc
摘要: https://blog.csdn.net/weixin_34365417/article/details/88714357 c, err := credentials.NewServerTLSFromFile("../../conf/server.pem", "../../conf/server.
阅读全文
posted @ 2020-05-26 16:58 zJanly
阅读(149)
评论(0)
推荐(0)
2020年5月25日
milagro-crypto/amcl
摘要: https://github.com/xaptum/amclhttps://github.com/miracl/amclElliptic Curves1. ED255192. C255193. NIST2564. BRAINPOOL5. ANSSI6. HIFIVE7. GOLDILOCKS8. N
阅读全文
posted @ 2020-05-25 17:15 zJanly
阅读(1188)
评论(0)
推荐(0)
2020年5月24日
tls
摘要: 使用Go实现TLS 服务器和客户端 传输层安全协议(Transport Layer Security,缩写:TLS),及其前身安全套接层(Secure Sockets Layer,缩写:SSL)是一种安全协议,目的是为互联网通信提供安全及数据完整性保障。 SSL包含记录层(Record Layer)
阅读全文
posted @ 2020-05-24 01:04 zJanly
阅读(233)
评论(0)
推荐(0)
509
摘要: 英文原文:https://blog.csdn.net/blue0bird/article/details/78656536 https://jamielinux.com/docs/openssl-certificate-authority/index.html 本文源于两篇英文文档,将其合二为一,翻
阅读全文
posted @ 2020-05-24 01:00 zJanly
阅读(1351)
评论(0)
推荐(0)
2020年5月22日
paillier
摘要: (1+n)n≡1+n·n≡1 mod n2 同态加密1. 定义一种加密算法E()和相应的解密算法D()。⊕和⊙为某种数学运算。如果加密算法满足:E(x + y) = E(x) ⊕ E(y),我们将这种加密函数叫做加法同态 。如果加密算法满足:E(x * y) = E(x) ⊙ E(y),我们将这种加
阅读全文
posted @ 2020-05-22 17:05 zJanly
阅读(1268)
评论(0)
推荐(0)
Prime factor decomposition
摘要: 分解质因(Prime factor decomposition)是指每个合数都可以写成几个质数相乘的形式,其中每个质数都是这个合数的因数,把一个合数用质因数相乘的形式表示出来。 如30=2×3×5 。分解质因数只针对合数。 中文名 分解质因数 释义 求质因数的过程 外文名 Prime factor
阅读全文
posted @ 2020-05-22 14:50 zJanly
阅读(772)
评论(0)
推荐(0)
上一页
1
···
49
50
51
52
53
54
55
56
57
58
下一页
公告