aboutsummaryrefslogtreecommitdiffstats
path: root/bmt
Commit message (Collapse)AuthorAgeFilesLines
* swarm: network rewrite mergeethersphere2018-06-223-1126/+0
|
* bmt: fix package documentation comment (#16909)kiel barry2018-06-141-1/+1
|
* bmt: golint updates for this or self warning (#16628)kiel barry2018-05-101-89/+89
| | | | | | * bmt/*: golint updates for this or self warning * Update bmt.go
* bmt: fix comment typos (#16461)DoubleWoodH2018-04-091-5/+4
|
* all: use gometalinter.v2, fix new gosimple issues (#15650)Zach2017-12-131-2/+1
|
* bmt: Binary Merkle Tree Hash (#14334)Viktor TrĂ³n2017-09-053-0/+1128
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.