AEAD-2022

This commit is contained in:
sbwml 2022-05-18 02:42:36 +08:00
parent 5c217aeead
commit b96c7e61ab
5 changed files with 18 additions and 5 deletions

View File

@ -15,7 +15,8 @@ local ss_encrypt_method_list = {
local ss_rust_encrypt_method_list = { local ss_rust_encrypt_method_list = {
"plain", "none", "plain", "none",
"aes-128-gcm", "aes-256-gcm", "chacha20-ietf-poly1305" "aes-128-gcm", "aes-256-gcm", "chacha20-ietf-poly1305",
"2022-blake3-aes-128-gcm", "2022-blake3-aes-256-gcm", "2022-blake3-chacha20-poly1305"
} }
local ssr_encrypt_method_list = { local ssr_encrypt_method_list = {

View File

@ -45,7 +45,10 @@ local encrypt_methods_ss = {
"aes-192-gcm", "aes-192-gcm",
"aes-256-gcm", "aes-256-gcm",
"chacha20-ietf-poly1305", "chacha20-ietf-poly1305",
"xchacha20-ietf-poly1305" "xchacha20-ietf-poly1305",
"2022-blake3-aes-128-gcm",
"2022-blake3-aes-256-gcm",
"2022-blake3-chacha20-poly1305"
--[[ stream --[[ stream
"none", "none",
"plain", "plain",

View File

@ -38,7 +38,10 @@ local encrypt_methods_ss = {
"aes-192-gcm", "aes-192-gcm",
"aes-256-gcm", "aes-256-gcm",
"chacha20-ietf-poly1305", "chacha20-ietf-poly1305",
"xchacha20-ietf-poly1305" "xchacha20-ietf-poly1305",
"2022-blake3-aes-128-gcm",
"2022-blake3-aes-256-gcm",
"2022-blake3-chacha20-poly1305"
--[[ stream --[[ stream
"table", "table",
"rc4", "rc4",

View File

@ -34,7 +34,10 @@ local encrypt_methods_ss = {
"aes-192-gcm", "aes-192-gcm",
"aes-256-gcm", "aes-256-gcm",
"chacha20-ietf-poly1305", "chacha20-ietf-poly1305",
"xchacha20-ietf-poly1305" "xchacha20-ietf-poly1305",
"2022-blake3-aes-128-gcm",
"2022-blake3-aes-256-gcm",
"2022-blake3-chacha20-poly1305"
--[[ stream --[[ stream
"table", "table",
"rc4", "rc4",

View File

@ -36,7 +36,10 @@ local encrypt_methods_ss = {
"aes-192-gcm", "aes-192-gcm",
"aes-256-gcm", "aes-256-gcm",
"chacha20-ietf-poly1305", "chacha20-ietf-poly1305",
"xchacha20-ietf-poly1305" "xchacha20-ietf-poly1305",
"2022-blake3-aes-128-gcm",
"2022-blake3-aes-256-gcm",
"2022-blake3-chacha20-poly1305"
--[[ stream --[[ stream
"table", "table",
"rc4", "rc4",