Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
John Jones 6d5f7410c6 added nonce and public key, preparing for cryptography negotiation 2017-02-02 19:27:50 -05:00
crypto Removed broken peer id methods 2017-02-02 19:09:20 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include Added multistream protocol to communicate with GO version 2017-02-02 14:10:12 -05:00
multihash_old clarifying var names, testing base58 and multihash 2016-12-15 12:39:30 -05:00
net Now correctly generating the Peer ID from a public key 2017-02-02 18:27:57 -05: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 added nonce and public key, preparing for cryptography negotiation 2017-02-02 19:27:50 -05:00
test Removed broken peer id methods 2017-02-02 19:09:20 -05:00
thirdparty Adjusted makefiles 2016-11-07 16:34:08 -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 multistream protocol to communicate with GO version 2017-02-02 14:10:12 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.