上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 57 下一页
摘要: var raw = []byte("On modern Linux systems, the in-kernel random number generator in /dev/random is considered cryptographically secure and, crucially, 阅读全文
posted @ 2022-01-07 18:02 zJanly 阅读(57) 评论(0) 推荐(0) 编辑
摘要: https://quicwg.org/ https://github.com/lucas-clemente/quic-go.git 阅读全文
posted @ 2021-12-31 16:50 zJanly 阅读(34) 评论(0) 推荐(0) 编辑
摘要: import org.bouncycastle.asn1.pkcs.PrivateKeyInfo;import org.bouncycastle.openssl.PEMException;import org.bouncycastle.openssl.PEMKeyPair;import org.bo 阅读全文
posted @ 2021-12-30 10:28 zJanly 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 简介 B 树是为了磁盘或其它存储设备而设计的一种多叉平衡查找树。(相对于二叉,B树每个内结点有多个分支,即多叉) B树又可以写成B-树/B-Tree,并不是B“减”树,横杠为连接符,容易被误导 首先我们介绍一下一棵 m 阶B-tree的特性 m 阶的定义:一个节点能拥有的最大子节点数来表示这颗树的阶 阅读全文
posted @ 2021-12-22 17:04 zJanly 阅读(98) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_34252090/article/details/92562419 https://github.com/LMDB/lmdb #include <stdio.h>#include "lmdb.h" int main(int argc,char 阅读全文
posted @ 2021-12-22 16:04 zJanly 阅读(227) 评论(0) 推荐(0) 编辑
摘要: https://www.w3.org/TR/2019/REC-wasm-core-1-20191205/#introduction%E2%91%A2 https://webassembly.github.io/spec/core/_download/WebAssembly.pdf 1.wasi de 阅读全文
posted @ 2021-12-22 14:57 zJanly 阅读(33) 评论(0) 推荐(0) 编辑
摘要: https://devblogs.microsoft.com/java/aot-compilation-in-hotspot-introduction/ java aot Introduction In this blog post, we are going to focus on the Ahe 阅读全文
posted @ 2021-12-22 14:37 zJanly 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://github.com/mbasso/awesome-wasm github.com/tetratelabs/wazero 有关一些历史背景,请参阅这些幻灯片和这篇博文。 阅读全文
posted @ 2021-12-22 11:14 zJanly 阅读(167) 评论(0) 推荐(0) 编辑
摘要: __morestack 77 mov $SE_EENTER, %xax /* EENTER leaf */(gdb) si0x00007ffff7ba029d 77 mov $SE_EENTER, %xax /* EENTER leaf */(gdb) enclave_entry () at trt 阅读全文
posted @ 2021-12-20 10:45 zJanly 阅读(77) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/collection/741714496 https://eprint.iacr.org/2019/099.pdf https://eprint.iacr.org/2019/1047.pdf https://eprint.iacr.org/2019/953 阅读全文
posted @ 2021-12-17 14:33 zJanly 阅读(53) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 57 下一页