Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
John Jones 3d53c470a5 Correctly generating shared and stretched keys 2017-03-09 00:12:04 -05:00
conn Many fixes around secio 2017-03-02 16:14:52 -05:00
crypto Correctly generating shared and stretched keys 2017-03-09 00:12:04 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include Correctly generating shared and stretched keys 2017-03-09 00:12:04 -05:00
net Many fixes around secio 2017-03-02 16:14:52 -05:00
peer Starting to handle get_value request 2017-02-27 12:27:14 -05:00
record Added ping functionality to multistream 2017-02-23 11:15:48 -05:00
routing hashe array type changed to avoid signedness difference warning. 2017-03-07 02:40:51 -03:00
secio Correctly generating shared and stretched keys 2017-03-09 00:12:04 -05:00
test Correctly generating shared and stretched keys 2017-03-09 00:12:04 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Many fixes around secio 2017-03-02 16:14:52 -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 Added peerstore and additional tests 2017-02-20 18:53:20 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.