فهرست منبع

Zero Security imaginary security level

Shelikhoo 4 سال پیش
والد
کامیت
833997df5a
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      common/protocol/headers.proto

+ 1 - 0
common/protocol/headers.proto

@@ -13,6 +13,7 @@ enum SecurityType {
   AES128_GCM = 3;
   CHACHA20_POLY1305 = 4;
   NONE = 5;
+  ZERO = 6;
 }
 
 message SecurityConfig {