All Projects → SpinResearch → Merkle.rs

SpinResearch / Merkle.rs

Licence: bsd-3-clause
🎄 Merkle tree in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Merkle.rs

Merkle Patricia Tree
Project is in active development and has been moved to the EthereumJS VM monorepo.
Stars: ✭ 277 (+182.65%)
Mutual labels:  data-structures, merkle-tree
Merkle Tree
Merkle Trees and Merkle Inclusion Proofs
Stars: ✭ 130 (+32.65%)
Mutual labels:  data-structures, merkle-tree
Algorithms And Data Structures
JavaScript Algorithms and Data Structures Masterclass course on Udemy by Colt Steele
Stars: ✭ 82 (-16.33%)
Mutual labels:  data-structures
Algorithms
In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
Stars: ✭ 95 (-3.06%)
Mutual labels:  data-structures
Awesome Coding Javascript
📌 持续构建个人的源码库(JavaScript 原生、常用库、数据结构、算法)
Stars: ✭ 88 (-10.2%)
Mutual labels:  data-structures
Data processor
数据algorithm & 分析算法
Stars: ✭ 83 (-15.31%)
Mutual labels:  data-structures
Bloomex
🌺 A pure Elixir implementation of Scalable Bloom Filters
Stars: ✭ 93 (-5.1%)
Mutual labels:  data-structures
Advanced Data Structures With Python
Python implementations of Advanced Data Structures and Algorithms. With each code, there is an associated markdown for explanation and applications of that algorithm or data structure.
Stars: ✭ 82 (-16.33%)
Mutual labels:  data-structures
Mystl
C++11 实现的简易版 STL
Stars: ✭ 97 (-1.02%)
Mutual labels:  data-structures
Jsav
JavaScript Algorithm Visualization library
Stars: ✭ 87 (-11.22%)
Mutual labels:  data-structures
Merkle Tree Solidity
JS - Solidity sha3 merkle tree bridge. Generate proofs in JS; verify in Solidity.
Stars: ✭ 94 (-4.08%)
Mutual labels:  merkle-tree
Cpg
CloudI Process Groups
Stars: ✭ 87 (-11.22%)
Mutual labels:  data-structures
Algorithms Explanation
All Algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
Stars: ✭ 1,243 (+1168.37%)
Mutual labels:  data-structures
Pkucourse
北大计算机课程大作业
Stars: ✭ 1,322 (+1248.98%)
Mutual labels:  data-structures
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+12039.8%)
Mutual labels:  data-structures
Must Do Coding Questions
GeeksforGeeks Must-Do-Coding-Questions Solutions
Stars: ✭ 96 (-2.04%)
Mutual labels:  data-structures
Data Structures
This repository contains some data structures implementation in C programming language. I wrote the tutorial posts about these data structures on my personal blog site in Bengali language. If you know Bengali then visit my site
Stars: ✭ 82 (-16.33%)
Mutual labels:  data-structures
Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (-13.27%)
Mutual labels:  data-structures
Haskell
Stars: ✭ 91 (-7.14%)
Mutual labels:  data-structures
Hxd Plugin Framework
Plugin framework for HxD's data inspector
Stars: ✭ 98 (+0%)
Mutual labels:  data-structures

merkle.rs

Build Status Issues License Crates.io

merkle.rs is a Rust implementation of a Merkle tree.

Documentation

Documentation is available.

Bug Reporting

Please report bugs either as pull requests or as issues in the issue tracker. merkle has a full disclosure vulnerability policy. Please do NOT attempt to report any security vulnerability in this code privately to anybody.

License

See LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].