上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 58 下一页
摘要: http://safecurves.cr.yp.to/equation.html choosing safe curves for elliptic-curve cryptography Introduction Curve parameters: Fields Equations Base poi 阅读全文
posted @ 2021-02-02 18:45 zJanly 阅读(201) 评论(0) 推荐(0)
摘要: package mainimport ( "fmt" "os")func F() (int, string) { return 1, "o"}func ff(a int, s string) { fmt.Println(a) fmt.Println(s)}func f(p []byte) { p[1 阅读全文
posted @ 2021-01-14 20:59 zJanly 阅读(93) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/www646288178/article/details/112218359 1、TLSv1.2 Handshake步骤: 在java8 JSSE中,TLSv1.2的handshake文档链接:https://docs.oracle.com/javase/ 阅读全文
posted @ 2021-01-14 20:02 zJanly 阅读(1436) 评论(0) 推荐(0)
摘要: https://datatracker.ietf.org/doc/rfc5280/?include_text=1 https://tools.ietf.org/html/rfc5280 Certificate ::= SEQUENCE { tbsCertificate TBSCertificate, 阅读全文
posted @ 2021-01-13 18:43 zJanly 阅读(258) 评论(0) 推荐(0)
摘要: Miller–Rabin primality test - Wikipedia https://en.m.wikipedia.org/wiki/Miller–Rabin_primality_test Overview The Miller–Rabin primality test or Rabin– 阅读全文
posted @ 2021-01-13 18:42 zJanly 阅读(284) 评论(0) 推荐(0)
摘要: Bijection In mathematics, a bijection, bijective function, one-to-one correspondence, or invertible function, is a function between the elements of tw 阅读全文
posted @ 2021-01-08 10:50 zJanly 阅读(147) 评论(0) 推荐(0)
摘要: boost https://www.boost.org/ https://blog.csdn.net/vcforever/article/details/8858901 ar /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDef 阅读全文
posted @ 2021-01-05 10:50 zJanly 阅读(196) 评论(0) 推荐(0)
摘要: 主要介绍rust-crypto和tiny-keccak这两个Rust实现的密码学库。 rust-crypto Rust实现的密码学库,包含了密码学中常用的对称密码、公钥密码、单向散列函数、消息认证码、数字签名、随机数生成器等算法。目前支持以下算法: NameDescription AES 高级加密标 阅读全文
posted @ 2020-12-31 14:28 zJanly 阅读(3396) 评论(0) 推荐(0)
摘要: https://cardwerk.com/iso-7816-part-3/ https://wenku.baidu.com/view/580d28b7162ded630b1c59eef8c75fbfc67d9476.html 阅读全文
posted @ 2020-12-31 14:09 zJanly 阅读(160) 评论(0) 推荐(0)
摘要: 英语学习从来不是一件简单的事情。对于不是英语专业的你和我而言,那种通过刻苦用功几个月,使自己的英语能力获得极大提升,但是一段时间没有坚持之后,英语能力又倒退回原始状态的经历,恐怕是从中学到工作之后都在上演 。而学习过程中背了又忘的单词,又是反复做无用功最多的一个项目! 对于以电子设备为物理载体的英语 阅读全文
posted @ 2020-12-31 11:21 zJanly 阅读(228) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 58 下一页