mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
Noise: add PatternXX
This commit is contained in:
0
libp2p/security/noise/pb/__init__.py
Normal file
0
libp2p/security/noise/pb/__init__.py
Normal file
5
libp2p/security/noise/pb/noise.proto
Normal file
5
libp2p/security/noise/pb/noise.proto
Normal file
@ -0,0 +1,5 @@
|
||||
message NoiseHandshakePayload {
|
||||
optional bytes identity_key = 1;
|
||||
optional bytes identity_sig = 2;
|
||||
optional bytes data = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user