上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 57 下一页
摘要: https://github.com/stefano81/dcpabe.git Over prime fields, we call an elliptic curve E supersingular if #E(Fq) = q+1 (Weil reciprocity). Let f and g b 阅读全文
posted @ 2021-08-20 09:58 zJanly 阅读(213) 评论(0) 推荐(0) 编辑
摘要: import com.google.gson.Gson;import com.google.gson.GsonBuilder;import com.google.gson.annotations.Expose;public class A { @Expose private int id = 1; 阅读全文
posted @ 2021-08-18 15:07 zJanly 阅读(184) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_39759881/article/details/112097920 阅读全文
posted @ 2021-08-17 10:16 zJanly 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 环境:2018-05-12 protoc 3.5.1 go1.10.1 windows gRPC: Google主导开发的RPC框架,这里不再赘述。 准备工作 先安装Protobuf 编译器 protoc,下载地址:https://github.com/google/protobuf/release 阅读全文
posted @ 2021-08-16 14:14 zJanly 阅读(45) 评论(0) 推荐(0) 编辑
摘要: // x1,_ = kG , r = (x1 + e) mod N, s = (d + 1)^-1 * (k - rd mod N) mod N// t = (r + s) mod N, x1, _ = sG + tdG, r == (x1 + e) mod N//R = kG, s = k - h 阅读全文
posted @ 2021-08-13 16:10 zJanly 阅读(79) 评论(0) 推荐(0) 编辑
摘要: https://github.com/ElementsProject/secp256k1-zkp https://github.com/HouMYt/musigSchnorr 上周一,我们发表了一篇论文,介绍了MuSig,一种基于 Schnorr 签名的多重签名方案。这篇文章将深入探讨它的构建以及它 阅读全文
posted @ 2021-08-13 13:46 zJanly 阅读(461) 评论(0) 推荐(0) 编辑
摘要: sha3 12.3: Merkle-Damgård Construction Last updatedJun 3, 2019 12.2: Hash-Then-MAC Section 4: picture_as_pdf Readability Cite this page Donate Mike Ro 阅读全文
posted @ 2021-08-11 16:49 zJanly 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 回首近几年,我有幸经历了两个相互冲突、却又令人着迷的时代潮流变迁。第一个潮流变迁是:专家学者们耗费四十年设计的密码学,终于派上用场;从信息加密、电话安全、到加密数字货币,我们可以在生活的方方面面发现使用密码学的例子。 第二个潮流变迁是:所有密码学家已经做好准备,迎接以上美好的幻灭。 正文开始之前我得 阅读全文
posted @ 2021-08-10 17:21 zJanly 阅读(949) 评论(0) 推荐(0) 编辑
摘要: 开放银行正成为世界和国内银行业发展的新趋势,呈现百家争鸣的态势。国内各大银行在数字化转型之际,也纷纷制定开放银行战略,主动拥抱开放,意在构造一个开放共享、共建共赢的生态圈,为客户提供“无处不在、无微不至”的银行服务。然而开放银行的核心是开放数据,如何在监管合规的前提下利用技术手段来实现各方数据安全可 阅读全文
posted @ 2021-08-10 15:20 zJanly 阅读(416) 评论(0) 推荐(0) 编辑
摘要: a^n-b^n=(a-b)[a^(n-1)+a^(n-2)b+a^(n-3)b^2+……+ab^(n-2)+b^(n-1)] 阅读全文
posted @ 2021-08-10 15:14 zJanly 阅读(1271) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 57 下一页