Browse Source

Zero Security imaginary security level

Shelikhoo 4 năm trước cách đây
mục cha
commit
833997df5a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {