From ac35c8db7b3ec23962f3269eb32a8e391905f68b Mon Sep 17 00:00:00 2001 From: falcon <9504402@qq.com> Date: Wed, 21 Dec 2022 11:00:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=8F=E8=BF=B0=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E5=BC=95?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Falcon.SugarApi/Encryption/AESProvider.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Falcon.SugarApi/Encryption/AESProvider.cs b/Falcon.SugarApi/Encryption/AESProvider.cs index 082eb30..02ddf74 100644 --- a/Falcon.SugarApi/Encryption/AESProvider.cs +++ b/Falcon.SugarApi/Encryption/AESProvider.cs @@ -1,11 +1,7 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Reflection.Metadata; using System.Security.Cryptography; using System.Text; -using System.Threading.Tasks; namespace Falcon.SugarApi.Encryption {