libswarm-ng

C implementation of BMT hasher, Swarmhash and Single Owner Chunk for swarm
git clone git://git.defalsify.org/libswarm-ng.git
Log | Files | Refs | Submodules | README

.gitmodules (383B)


      1 [submodule "aux/keccak-tiny"]
      2 	path = aux/keccak-tiny
      3 	url = https://gitlab.com/nolash/keccak-tiny.git
      4 [submodule "aux/tiny-bignum-c"]
      5 	path = aux/tiny-bignum-c
      6 	url = https://github.com/kokke/tiny-bignum-c
      7 [submodule "aux/secp256k1"]
      8 	path = aux/secp256k1
      9 	url = https://gitlab.com/nolash/secp256k1
     10 [submodule "aux/check"]
     11 	path = aux/check
     12 	url = https://github.com/libcheck/check