• Viktor Trón's avatar
    bmt: Binary Merkle Tree Hash (#14334) · 2bacf36d
    Viktor Trón authored
    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.
    2bacf36d
Name
Last commit
Last update
..
chunker.go Loading commit data...
chunker_test.go Loading commit data...
common_test.go Loading commit data...
database.go Loading commit data...
dbstore.go Loading commit data...
dbstore_test.go Loading commit data...
dpa.go Loading commit data...
dpa_test.go Loading commit data...
localstore.go Loading commit data...
memstore.go Loading commit data...
memstore_test.go Loading commit data...
netstore.go Loading commit data...
pyramid.go Loading commit data...
types.go Loading commit data...