1. 22 9月, 2017 1 次提交
  2. 05 9月, 2017 1 次提交
    • V
      bmt: Binary Merkle Tree Hash (#14334) · 2bacf36d
      Viktor Trón 提交于
      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
  3. 09 2月, 2017 1 次提交
  4. 07 1月, 2017 2 次提交
  5. 31 8月, 2016 1 次提交
    • Ξ
      swarm: plan bee for content storage and distribution on web3 · 4d300e4d
      ΞTHΞЯSPHΞЯΞ 提交于
      This change imports the Swarm protocol codebase. Compared to the 'swarm'
      branch, a few mostly cosmetic changes had to be made:
      
      * The various redundant log message prefixes are gone.
      * All files now have LGPLv3 license headers.
      * Minor code changes were needed to please go vet and make the tests
        pass on Windows.
      * Further changes were required to adapt to the go-ethereum develop
        branch and its new Go APIs.
      
      Some code has not (yet) been brought over:
      
      * swarm/cmd/bzzhash: will reappear as cmd/bzzhash later
      * swarm/cmd/bzzup.sh: will be reimplemented in cmd/bzzup
      * swarm/cmd/makegenesis: will reappear somehow
      * swarm/examples/album: will move to a separate repository
      * swarm/examples/filemanager: ditto
      * swarm/examples/files: will not be merged
      * swarm/test/*: will not be merged
      * swarm/services/swear: will reappear as contracts/swear when needed
      4d300e4d