上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 57 下一页
摘要: func F(d int, s string) { fmt.Println(s) fmt.Println(d)} go build -gcflags="all=-N -l" -buildmode=plugin 2.go go build -ldflags='-s -w' . https://gith 阅读全文
posted @ 2020-11-25 19:06 zJanly 阅读(333) 评论(0) 推荐(0) 编辑
摘要: A bilinear pairing is a map e : G1 × G2 → G3 where G1, G2 are additive groups, G3 is a multiplicative group, and the map is linear in each component: 阅读全文
posted @ 2020-11-25 11:30 zJanly 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://blog.qualys.com/product-tech/2012/09/14/crime-information-leakage-attack-against-ssltls http://commandlinefanatic.com/cgi-bin/showarticle.cgi? 阅读全文
posted @ 2020-11-24 19:42 zJanly 阅读(492) 评论(0) 推荐(0) 编辑
摘要: http://www.52im.net/thread-1107-1-1.html https://www.cnblogs.com/imteck4713/p/11777310.html 阅读全文
posted @ 2020-11-24 16:33 zJanly 阅读(73) 评论(0) 推荐(0) 编辑
摘要: https://thenewstack.io/the-best-public-and-private-keygen-algorithm-and-why/ The Best Public and Private Keygen Algorithm — and Why 12 Nov 2020 10:00a 阅读全文
posted @ 2020-11-24 14:47 zJanly 阅读(202) 评论(0) 推荐(0) 编辑
摘要: https://www.nayuki.io/page/elliptic-curve-point-addition-in-projective-coordinates Introduction Elliptic curves are a mathematical concept that is use 阅读全文
posted @ 2020-11-24 10:56 zJanly 阅读(109) 评论(0) 推荐(0) 编辑
摘要: https://rosettacode.org/wiki/Random_number_generator_(included) The task is to: State the type of random number generator algorithm used in a language 阅读全文
posted @ 2020-11-23 15:46 zJanly 阅读(271) 评论(0) 推荐(0) 编辑
摘要: https://crypto.stackexchange.com/questions/8687/security-strength-of-rsa-in-relation-with-the-modulus-size 这是GNFS的复杂性(摘自链接的Wikipedia文章): 哪里 𝑛ñ是要考虑的数字 阅读全文
posted @ 2020-11-20 16:40 zJanly 阅读(452) 评论(0) 推荐(0) 编辑
摘要: blog https://access.redhat.com/blogs/766093/posts/1976703 RSA签名和加密方案:RSA-PSS和RSA-OAEP 在[ PKCS1 ]中指定了两种RSA签名方案:RSASSA-PKCS1-v1_5和RSASSA-PSS。 RSASSA-PSS 阅读全文
posted @ 2020-11-19 20:20 zJanly 阅读(1656) 评论(0) 推荐(1) 编辑
摘要: Windows下更换镜像源 打开用户目录 %Users/${username}/% , 如(C:/Users/用户名/), 在此目录下创建 pip 文件夹 在 pip 目录下创建 pip.ini 文件, 内容如下 [global]timeout = 6000index-url = https://p 阅读全文
posted @ 2020-11-19 16:32 zJanly 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 57 下一页