AEAD-2022
This commit is contained in:
parent
5c217aeead
commit
b96c7e61ab
@ -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 = {
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user