Noise: add PatternXX

This commit is contained in:
mhchia
2020-02-09 00:33:26 +08:00
parent f27db83a14
commit 0324a69841
8 changed files with 169 additions and 35 deletions

View File

View File

@ -0,0 +1,5 @@
message NoiseHandshakePayload {
optional bytes identity_key = 1;
optional bytes identity_sig = 2;
optional bytes data = 3;
}