liburkel:认证的键值存储(即urkel树)-源码

上传者: 42138408 | 上传时间: 2021-02-05 11:06:24 | 文件大小: 75KB | 文件类型: ZIP
乌克尔 经过优化且可通过密码证明的键值存储。 用C写。 设计 urkel树被实现为以为。 它建立在和早期研究的基础上,目的是为创建替代方案。 节点存储在一系列仅附加文件中,以实现快照和崩溃一致性功能。 由于这些功能的存在,Urkel能够公开完整的事务数据库。 Urkel是其自己的数据库。 这与通常在诸如LevelDB之类的现有数据存储之上实现的早期认证数据结构形成对比。 urkel树目前用于生产。 产品特点 Transactions-完全原子和 。 快照-事务也可以充当快照,指向历史根哈希。 迭代-全树迭代¹。 紧凑型证明-小证明大小,证明节点平均约34个字节。 历史独立性-确

文件下载

资源详情

[{"title":"( 44 个子文件 75KB ) liburkel:认证的键值存储(即urkel树)-源码","children":[{"title":"liburkel-master","children":[{"title":"liburkel.pc.in <span style='color:#111;'> 388B </span>","children":null,"spread":false},{"title":".github","children":[{"title":"workflows","children":[{"title":"cmake.yml <span style='color:#111;'> 812B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"src","children":[{"title":"blake2b.h <span style='color:#111;'> 764B </span>","children":null,"spread":false},{"title":"bits.h <span style='color:#111;'> 2.14KB </span>","children":null,"spread":false},{"title":"io_posix.c <span style='color:#111;'> 27.29KB </span>","children":null,"spread":false},{"title":"io.c <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"blake2b.c <span style='color:#111;'> 5.13KB </span>","children":null,"spread":false},{"title":"khash.h <span style='color:#111;'> 21.04KB </span>","children":null,"spread":false},{"title":"store.c <span style='color:#111;'> 25.72KB </span>","children":null,"spread":false},{"title":"io_win.c <span style='color:#111;'> 21.49KB </span>","children":null,"spread":false},{"title":"internal.c <span style='color:#111;'> 876B </span>","children":null,"spread":false},{"title":"urkel.c <span style='color:#111;'> 13.02KB </span>","children":null,"spread":false},{"title":"util.c <span style='color:#111;'> 4.78KB </span>","children":null,"spread":false},{"title":"io.h <span style='color:#111;'> 6.23KB </span>","children":null,"spread":false},{"title":"tree.c <span style='color:#111;'> 26.06KB </span>","children":null,"spread":false},{"title":"util.h <span style='color:#111;'> 3.15KB </span>","children":null,"spread":false},{"title":"nodes.c <span style='color:#111;'> 14.52KB </span>","children":null,"spread":false},{"title":"proof.c <span style='color:#111;'> 8.41KB </span>","children":null,"spread":false},{"title":"nodes.h <span style='color:#111;'> 3.50KB </span>","children":null,"spread":false},{"title":"store.h <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"proof.h <span style='color:#111;'> 1.80KB </span>","children":null,"spread":false},{"title":"bits.c <span style='color:#111;'> 3.85KB </span>","children":null,"spread":false},{"title":"internal.h <span style='color:#111;'> 3.49KB </span>","children":null,"spread":false}],"spread":false},{"title":"scripts","children":[{"title":"wasi-cmake <span style='color:#111;'> 760B </span>","children":null,"spread":false},{"title":"wasi-run <span style='color:#111;'> 614B </span>","children":null,"spread":false},{"title":"wasi.js <span style='color:#111;'> 665B </span>","children":null,"spread":false},{"title":"dist.sh <span style='color:#111;'> 4.01KB </span>","children":null,"spread":false}],"spread":true},{"title":"etc","children":[{"title":"exports.json <span style='color:#111;'> 76B </span>","children":null,"spread":false}],"spread":true},{"title":"doc","children":[{"title":"api.md <span style='color:#111;'> 7.83KB </span>","children":null,"spread":false},{"title":"tree.md <span style='color:#111;'> 6.81KB </span>","children":null,"spread":false}],"spread":true},{"title":"CMakeLists.txt <span style='color:#111;'> 11.04KB </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"test","children":[{"title":"utils.c <span style='color:#111;'> 1.74KB </span>","children":null,"spread":false},{"title":"hrtime.h <span style='color:#111;'> 300B </span>","children":null,"spread":false},{"title":"test.c <span style='color:#111;'> 8.97KB </span>","children":null,"spread":false},{"title":"bench.c <span style='color:#111;'> 3.84KB </span>","children":null,"spread":false},{"title":"utils.h <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"hrtime.c <span style='color:#111;'> 1.95KB </span>","children":null,"spread":false}],"spread":true},{"title":"cmake","children":[{"title":"CheckCThreadLocalStorage.cmake <span style='color:#111;'> 735B </span>","children":null,"spread":false},{"title":"TargetLinkOptions.cmake <span style='color:#111;'> 299B </span>","children":null,"spread":false},{"title":"AppendCCompilerFlag.cmake <span style='color:#111;'> 578B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 7.65KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 603B </span>","children":null,"spread":false},{"title":"include","children":[{"title":"urkel.h <span style='color:#111;'> 4.35KB </span>","children":null,"spread":false}],"spread":true}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明