摘要: 基础类型 结论:传的是值的拷贝。 对象 结论:传的是引用的拷贝。 细节分析之后写 阅读全文
posted @ 2020-03-01 00:17 JJJJJJJJJJJ.Ge呀! 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Java HashMap 说明 此文档所介绍的HashMap是基于JDK1.8之后的。此文受到网上很多其他Java生态爱好者文章的影响,写此文的目的是 系统的 概括下HashMap,并把一些优秀文章的脉络连接起来起到目录作用。在此感谢优秀文章作者的启发,由于自身实力有限,若有纰漏之处还请评论指导。 阅读全文
posted @ 2020-02-05 01:05 JJJJJJJJJJJ.Ge呀! 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Istanbul BFT共识算法详细文档 "Istanbul BFT" 作为BFT类算法的一种已经有过在以太坊上的实践。虽然Istanbul目前还存在一些 "潜在的问题" ,但其算法思想和实现还是值得学习和借鉴的。 源代码:https://github.com/jpmorganchase/quoru 阅读全文
posted @ 2019-07-23 12:16 JJJJJJJJJJJ.Ge呀! 阅读(1093) 评论(1) 推荐(0) 编辑
摘要: 阅读此文档默认已经掌握了slice的动态数组原理,如果没有此认知,请阅读https://i6448038.github.io/2018/08/11/array-and-slice-principle/ (本文也是在此链接基础上扩展一些解释说明)。 扩容 slice这种数据结构便于使用和管理数据集合, 阅读全文
posted @ 2019-05-07 11:12 JJJJJJJJJJJ.Ge呀! 阅读(4594) 评论(0) 推荐(0) 编辑
摘要: It's one of the Intel SGX SDK tools, descibed by the official document: "Generates the enclave metadata, which includes the enclave signature, and add 阅读全文
posted @ 2019-03-12 18:03 JJJJJJJJJJJ.Ge呀! 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 源代码 https://github.com/ethereum/go-ethereum/blob/master/crypto/secp256k1/secp256.go // RecoverPubkey returns the the public key of the signer. // msg 阅读全文
posted @ 2019-02-28 15:51 JJJJJJJJJJJ.Ge呀! 阅读(523) 评论(0) 推荐(0) 编辑
摘要: The ofiicial instruction can be found from this site: https://01.org/sites/default/files/documentation/intel_sgx_sdk_developer_reference_for_linux_os_ 阅读全文
posted @ 2019-02-22 15:47 JJJJJJJJJJJ.Ge呀! 阅读(393) 评论(0) 推荐(0) 编辑
摘要: “The Edger8r tool ships as part of the Intel® Software Guard Extensions SDK. It generates edge routines by reading a user-provided Enclave Description 阅读全文
posted @ 2019-02-22 15:21 JJJJJJJJJJJ.Ge呀! 阅读(626) 评论(0) 推荐(0) 编辑
摘要: “Enclave functions can rely on special versions of the C/C++ runtime libraries, STL, synchronization and several other trusted libraries that are part 阅读全文
posted @ 2019-02-22 15:07 JJJJJJJJJJJ.Ge呀! 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 源代码地址:https://github.com/intel/linux-sgx/blob/master/SampleCode/LocalAttestation/Makefile SGX_SDK 为sgx sdk的路径 SGX_MODE 为执行模式:分为两种HW(硬件来执行)和SIM(模拟器来执行, 阅读全文
posted @ 2019-02-21 23:42 JJJJJJJJJJJ.Ge呀! 阅读(431) 评论(0) 推荐(0) 编辑