Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
John Jones 29e1a0c31b Addition of exchange struct (will be used later) 2017-02-01 12:15:56 -05:00
crypto Addition of more handshake code for connecting to other nodes 2017-02-01 12:14:52 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include Addition of more handshake code for connecting to other nodes 2017-02-01 12:14:52 -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 Addition of exchange struct (will be used later) 2017-02-01 12:15:56 -05:00
test Addition of more handshake code for connecting to other nodes 2017-02-01 12:14:52 -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 Addition of more handshake code for connecting to other nodes 2017-02-01 12:14:52 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.