support encryption (#60)

This commit is contained in:
Sijie.Sun
2024-04-27 13:44:59 +08:00
committed by GitHub
parent 69651ae3fd
commit fcc73159b3
23 changed files with 489 additions and 81 deletions

View File

@@ -164,7 +164,7 @@ message HandshakeRequest {
uint32 version = 3;
repeated string features = 4;
string network_name = 5;
string network_secret = 6;
bytes network_secret_digrest = 6;
}
message TaRpcPacket {