issues
search
SpinResearch
/
merkle.rs
:christmas_tree: Merkle tree in Rust
BSD 3-Clause "New" or "Revised" License
129
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update dependencies
#53
alexipeck
opened
2 months ago
0
Global merkle tree
#52
Alakazam03
opened
4 years ago
0
Design a independent interface but not rely on the `ring` might be better?
#51
LuminousXLB
closed
4 years ago
1
Proof.valdidate doesn't check value
#50
ethanfrey
opened
5 years ago
0
update dependency ring version to 0.14
#49
LuminousXLB
closed
5 years ago
1
Update dependencies
#48
romac
closed
5 years ago
0
Fails to build on archlinux with serialization-protobuf
#47
kpcyrd
opened
6 years ago
3
Bump ring dependency
#46
kpcyrd
closed
6 years ago
1
Fix proof deserialization.
#45
afck
closed
6 years ago
2
Auto protobuf schema generation with Protobuf 2.0.2
#44
dingxiangfei2009
closed
6 years ago
6
Move Proof::validate_lemma to Lemma::validate
#43
psivesely
closed
6 years ago
2
Add index field to Proof struct
#42
psivesely
opened
6 years ago
0
Guard against malformed lemmas.
#41
afck
opened
6 years ago
1
Update to latest rust-protobuf to fix build
#40
psivesely
closed
6 years ago
1
Protobuf 1.7 broke master again
#39
psivesely
closed
5 years ago
3
Auto protobuf build
#38
dingxiangfei2009
closed
6 years ago
15
Serialize the hash algorithm name in protobuf.
#37
afck
opened
6 years ago
0
Add MerkleTree::gen_nth_proof and Proof::index.
#36
afck
closed
6 years ago
18
Fix kcov
#35
romac
closed
6 years ago
1
Serde tests and minor fix
#34
psivesely
closed
6 years ago
1
Add clippy to Travis
#33
psivesely
closed
6 years ago
1
Add serde support.
#32
afck
closed
6 years ago
1
Generate proof by index.
#31
afck
closed
6 years ago
1
Serde serialization.
#30
afck
closed
6 years ago
3
Update to support rust-protobuf v1.6.0
#29
psivesely
closed
6 years ago
1
Protobuf 1.6.0 broke the build.
#28
afck
closed
6 years ago
5
use *ring* 0.9 to reduce build dependencies.
#27
briansmith
closed
7 years ago
5
Rebased hashable trait
#26
FredericJacobs
closed
7 years ago
0
Introduce a custom `Hashable` trait instead of requiring `AsRef<[u8]>
#25
romac
closed
7 years ago
0
CT Test Vectors
#24
FredericJacobs
opened
7 years ago
0
Fix nightly build
#23
romac
closed
7 years ago
0
Separate the leafs hash domain from the internal nodes' one
#22
romac
closed
7 years ago
1
Use AsRef everywhere instead of Into + remove unneeded Clone bounds on T
#21
romac
closed
7 years ago
0
No domain separation between leaf and internal node hashes
#20
AGWA
closed
7 years ago
1
Contribution guidelines
#19
FredericJacobs
opened
7 years ago
0
Use `Vec` less, for improved efficiency.
#18
briansmith
closed
6 years ago
5
Reduce heap usage by returning digests by value.
#17
briansmith
closed
7 years ago
1
Implement `Iterator` and `IntoIterator` for `MerkleTree`
#16
romac
closed
7 years ago
0
Port to ring
#15
romac
closed
7 years ago
1
Add clippy to Travis build (nightly only)
#14
romac
closed
5 years ago
1
Removing MerkleTree::from_vec_unsafe.
#13
FredericJacobs
closed
7 years ago
0
[WIP] Test Protobuf serialization
#12
romac
closed
7 years ago
0
Figure out a way to make the fields of Proof and Lemma private again
#11
romac
closed
7 years ago
0
Enable more flags
#10
romac
closed
7 years ago
3
Protocol Buffers
#9
romac
closed
7 years ago
0
Refactor the codebase a bit
#8
romac
closed
7 years ago
0
Add a way to get/iterate over the values contained in the MerkleTree
#7
romac
closed
7 years ago
1
Add a few benchmarks
#6
romac
closed
7 years ago
0
Full code review
#5
FredericJacobs
closed
7 years ago
0
Consider representing a proof as a vector of ProofBlock instead of a linked-list?
#4
FredericJacobs
opened
7 years ago
4
Next