Skip to content

cdamian/libp2p-test-handshake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libp2p test handshake config

This Rust library contains a small and simple p2p handshake mechanism that can be used with the Rust p2p library.

The handshake information that is sent in JSON format contains the public key of the p2p node and a signature that is obtained by signing the p2p peer ID which in turn is created from the public key. The receiver of the handshake information confirms that the signature is valid by creating the p2p peer from the provided public key and then using the public key to verify the signature.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages