quorum/swarm/storage
Viktor Trón 2bacf36d80 bmt: Binary Merkle Tree Hash (#14334)
bmt is a new package that provides hashers for binary merkle tree hashes on
size-limited chunks. the main motivation is that using BMT hash as the chunk
hash of the swarm hash offers logsize inclusion proofs for arbitrary files on a
32-byte resolution completely viable to use in challenges on the blockchain.
2017-09-05 12:38:36 +02:00
..
chunker.go bmt: Binary Merkle Tree Hash (#14334) 2017-09-05 12:38:36 +02:00
chunker_test.go swarm: fix megacheck warnings 2017-08-14 18:12:37 +03:00
common_test.go all: blidly swap out glog to our log15, logs need rework 2017-02-23 12:16:44 +02:00
database.go swarm: plan bee for content storage and distribution on web3 2016-08-31 16:19:40 +02:00
dbstore.go swarm: fix megacheck warnings 2017-08-14 18:12:37 +03:00
dbstore_test.go swarm/storage: release chunk storage after stop swarm (#3651) 2017-02-08 18:01:12 +01:00
dpa.go swarm: fix megacheck warnings 2017-08-14 18:12:37 +03:00
dpa_test.go all: fix ineffectual assignments and remove uses of crypto.Sha3 2017-01-09 16:24:42 +01:00
localstore.go swarm: fix megacheck warnings 2017-08-14 18:12:37 +03:00
memstore.go swarm: fix megacheck warnings 2017-08-14 18:12:37 +03:00
memstore_test.go swarm: plan bee for content storage and distribution on web3 2016-08-31 16:19:40 +02:00
netstore.go swarm: fix megacheck warnings 2017-08-14 18:12:37 +03:00
pyramid.go swarm: fix megacheck warnings 2017-08-14 18:12:37 +03:00
types.go bmt: Binary Merkle Tree Hash (#14334) 2017-09-05 12:38:36 +02:00