From 233e276d6a1ed9d9cad666b5b6bb94347db50f84 Mon Sep 17 00:00:00 2001 From: Mrs4s Date: Sun, 2 Apr 2023 18:06:25 +0800 Subject: [PATCH] feat: t544 support 8.9.38.10545 --- internal/encryption/t544/t544.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/encryption/t544/t544.go b/internal/encryption/t544/t544.go index 0e04c3d..dd025ce 100644 --- a/internal/encryption/t544/t544.go +++ b/internal/encryption/t544/t544.go @@ -26,6 +26,7 @@ var ( func init() { if canusesse2 { encryption.T544Signer["8.9.35.10440"] = sign + encryption.T544Signer["8.9.38.10545"] = sign } }