1. 10 Aug, 2018 8 commits
  2. 09 Aug, 2018 3 commits
  3. 02 Aug, 2018 2 commits
  4. 01 Aug, 2018 2 commits
  5. 31 Jul, 2018 4 commits
  6. 27 Jul, 2018 1 commit
  7. 25 Jul, 2018 1 commit
  8. 24 Jul, 2018 1 commit
  9. 23 Jul, 2018 2 commits
  10. 12 Jul, 2018 2 commits
  11. 11 Jul, 2018 3 commits
  12. 29 Jun, 2018 2 commits
  13. 09 Jun, 2018 1 commit
  14. 20 Jan, 2018 1 commit
  15. 05 Dec, 2017 1 commit
  16. 07 Sep, 2017 1 commit
  17. 30 Aug, 2017 1 commit
    • Steven Allen's avatar
      Add CID Prefix constructors. · 63d4b33f
      Steven Allen authored
      One can now generate a CID by calling:
      
      ```go
      cid.NewPrefixV1(cid.DagCBOR, mh.SHA_256).Sum(data)
      ```
      
      Lots of code was already doing this by manually constructing CID Prefixes but
      that tends to be a bit verbose and error prone.
      63d4b33f
  18. 29 Aug, 2017 3 commits
  19. 28 Aug, 2017 1 commit