Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
Go to file
2017-02-16 21:00:51 -05:00
conn Beginnings of the Record protobuf and more changes to dialer 2017-02-16 18:49:17 -05:00
crypto More dialer code 2017-02-13 17:41:31 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include Fixed small bug in return value of record protobuf 2017-02-16 20:59:59 -05:00
net Beginnings of the Record protobuf and more changes to dialer 2017-02-16 18:49:17 -05:00
record Almost right return value is not good. Oops. 2017-02-16 21:00:51 -05:00
routing routing/kademlia, using sha256 instead of sha1. 2017-02-16 19:10:50 -03:00
secio Beginnings of the dialer 2017-02-13 08:47:55 -05:00
test Beginnings of the Record protobuf and more changes to dialer 2017-02-16 18:49:17 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Beginning of testing of handshake 2017-02-08 12:32:41 -05:00
.cproject Added multistream protocol to communicate with GO version 2017-02-02 14:10:12 -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 Beginnings of dialers and connections 2017-02-13 13:26:41 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

c-libp2p

Implementation of libp2p in C.