软件包:golang-github-nebulouslabs-merkletree-dev(0.0~git20170901.0.8482d02-1)
golang-github-nebulouslabs-merkletree-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-nebulouslabs-merkletree:
- [golang-github-nebulouslabs-merkletree_0.0~git20170901.0.8482d02-1.dsc]
- [golang-github-nebulouslabs-merkletree_0.0~git20170901.0.8482d02.orig.tar.gz]
- [golang-github-nebulouslabs-merkletree_0.0~git20170901.0.8482d02-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Go package for working with Merkle trees
Calculate merkle roots, build and verify proofs that data is in a merkle tree (http://en.wikipedia.org/wiki/Merkle_tree).
Specifically, this package is designed to facilitate the generation and verification of "Merkle proofs" — cryptographic proofs that a given subset of data "belongs" to a larger set. BitTorrent, for example, requires downloading many small pieces of a file from many untrusted peers; Merkle proofs allow the downloader to verify that each piece is part of the full file.
When sha256 is used as the hashing algorithm, the implementation matches the merkle tree described in RFC 6962, 'Certificate Transparency'.
其他与 golang-github-nebulouslabs-merkletree-dev 有关的软件包
|
|
|
|
-
- dep: golang-go
- Go programming language compiler, linker, compiled stdlib