Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
Go to file
2017-02-01 07:52:09 -05:00
crypto Added crypto/sha1 needed by routing/kademlia 2017-01-26 23:57:52 -03:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include Beginning of the buildout of secio 2017-02-01 07:52:09 -05:00
multihash_old clarifying var names, testing base58 and multihash 2016-12-15 12:39:30 -05:00
net Added libp2p-net TODO. 2016-11-10 22:39:11 -03:00
record Using crypto rsa to sign protobuf message in the record. 2017-01-26 23:41:03 -03:00
routing Initial implementation of routing/kademlia 2017-01-26 23:53:40 -03:00
secio Beginning of the buildout of secio 2017-02-01 07:52:09 -05:00
test Fixed possible memory leak in signature routine 2017-01-23 12:07:48 -05:00
thirdparty Adjusted makefiles 2016-11-07 16:34:08 -05:00
.cproject Fixed possible memory leak in signature routine 2017-01-23 12:07:48 -05:00
.gitignore added Eclipse project files 2016-11-17 16:34:35 -05:00
.project added Eclipse project files 2016-11-17 16:34:35 -05:00
LICENSE Update LICENSE 2017-01-31 17:09:40 +01:00
Makefile Initial implementation of routing/kademlia 2017-01-26 23:53:40 -03:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

c-libp2p

Implementation of libp2p in C.