浏览代码

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 {