An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.9% on proxy.golang.org
Top 1.2% dependent packages on proxy.golang.org
Top 0.8% dependent repos on proxy.golang.org
Top 4.5% forks on proxy.golang.org

proxy.golang.org : github.com/NebulousLabs/merkletree

Package merkletree provides tools for calculating the Merkle root of a dataset, for creating a proof that a piece of data is in a Merkle tree of a given root, and for verifying proofs that a piece of data is in a Merkle tree of a given root. The tree is implemented according to the specification for Merkle trees provided in RFC 6962. Package merkletree also supports building roots and proofs from cached subroots of the Merkle tree. For example, a large file could be cached by building the Merkle root for each 4MB sector and remembering the Merkle roots of each sector. Using a cached tree, the Merkle root of the whole file can be computed by passing the cached tree each of the roots of the 4MB sector. Building proofs using these cached roots is also supported. A proof must be built within the target sector using a normal Tree, requiring the whole sector to be hashed. The results of that proof can then be passed into the Prove() function of a cached tree, which will create the full proof without needing to hash the entire file. Caching also makes it inexpensive to update the Merkle root of the file after changing or deleting segments of the larger file. Examples can be found in the README for the package.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21nebulous%21labs/merkletree
License: MIT
Latest release: over 6 years ago
First release: over 6 years ago
Namespace: github.com/NebulousLabs
Dependent packages: 19
Dependent repositories: 51
Stars: 73 on GitHub
Forks: 25 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago

Top 8.2% on proxy.golang.org
chainmaker.org/chainmaker/consensus-abft/v3 v3.0.1
2 versions - Latest release: over 1 year ago
Top 8.2% on proxy.golang.org
github.com/assetcloud/plugin v0.0.0-20231224064109-1b5cd8bde897
每个系统的功能通过插件完成,插件分成4类: 共识 加密 dapp 存储 这个go 包提供了 官方提供的 插件。
6 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/jorgemmsilva/wasp v0.3.8
Node for IOTA Smart Contracts
130 versions - Latest release: over 2 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/txchat/chatcipher v0.0.1
1 version - Latest release: about 3 years ago - 1 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/Trouble-CXB/plugin v1.65.7 removed
7 versions - Latest release: over 3 years ago
Top 4.1% on proxy.golang.org
github.com/trouble-cxb/plugin v1.65.7 removed
6 versions - Latest release: over 3 years ago
Top 8.2% on proxy.golang.org
github.com/ljh88hjl/plugin v1.65.4
chain33 官方插件系统
5 versions - Latest release: over 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/turingchain2020/plugin v0.0.0-20210720113102-268552ad954d
每个系统的功能通过插件完成,插件分成4类: 共识 加密 dapp 存储 这个go 包提供了 官方提供的 插件。
1 version - Latest release: almost 4 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/wchh/chain33 v1.64.0
chain33 是由复杂美科技有限公司开发的区块链链框架 1. 高度可定制 2. 丰富的插件库 3. 创新的 合约 调用和组合方式
1 version - Latest release: about 5 years ago
Top 9.0% on proxy.golang.org
github.com/PhenixChain/devchain v0.0.0-20191113032148-3606b63ab30f
DevChain
1 version - Latest release: over 5 years ago - 0 stars on GitHub
Top 3.6% on proxy.golang.org
github.com/anthdm/hbbft v0.0.0-20190702061856-0826ffdcf567
Practical implementation of the Honey Badger Byzantine Fault Tolerance consensus algorithm writte...
1 version - Latest release: almost 6 years ago - 3 dependent packages - 9 dependent repositories - 101 stars on GitHub
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.