[ etiona ]
[ nabia ]
[ 源代码: tendermint-go-merkle ]
软件包: golang-github-tendermint-go-merkle-dev (0.1~20170131~0git7a86b44-1)
golang-github-tendermint-go-merkle-dev 的相关链接
Trisquel 的资源:
下载源码包 tendermint-go-merkle:
- [tendermint-go-merkle_0.1~20170131~0git7a86b44-1.dsc]
- [tendermint-go-merkle_0.1~20170131~0git7a86b44.orig.tar.xz]
- [tendermint-go-merkle_0.1~20170131~0git7a86b44-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Alessio Treglia
外部的资源:
- 主页 [github.com]
相似软件包:
- merkleeyes
- golang-github-tendermint-go-crypto-dev
- tendermint
- golang-github-tendermint-go-config-dev
- golang-github-tendermint-ed25519-dev
- golang-github-tendermint-go-logger-dev
- golang-github-tendermint-go-process-dev
- golang-github-tendermint-go-p2p-dev
- golang-github-tendermint-tendermint-dev
- golang-github-tendermint-go-events-dev
- golang-github-tendermint-go-common-dev
Merkle-ized data structures with proofs
This package provides two types of merkle trees:
* IAVL+ Tree: A snapshottable (immutable) AVL+ tree for persistent data * A simple merkle tree for static dataIAVL+ tree; the purpose of this data structure is to provide persistent storage for key-value pairs (say to store account balances) such that a deterministic merkle root hash can be computed. The tree is balanced using a variant of the AVL algortihm so that all operations are O(log(n)).
This package provides a library used by Tendermint Core.
Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language, and replicates it on many machines.
其他与 golang-github-tendermint-go-merkle-dev 有关的软件包
|
|
|
-
- dep: golang-github-tendermint-go-common-dev
- Tendermint Go common utilities
-
- dep: golang-github-tendermint-go-db-dev
- Tendermint key-value database library
-
- dep: golang-github-tendermint-go-wire-dev
- Go bindings for the Wire encoding protocol
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries