From 003cb8ef349e6a372980902b90f10335b7fedd5c Mon Sep 17 00:00:00 2001 From: Linwenxuan <116782992+Linwenxuan05@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:05:16 +0800 Subject: [PATCH] [Core] Remove Stuffs --- Lagrange.Core/Common/BotKeystore.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lagrange.Core/Common/BotKeystore.cs b/Lagrange.Core/Common/BotKeystore.cs index 3385a4efc..26e63d644 100644 --- a/Lagrange.Core/Common/BotKeystore.cs +++ b/Lagrange.Core/Common/BotKeystore.cs @@ -7,13 +7,13 @@ namespace Lagrange.Core.Common; -public class BotKeystore // TODO: 你自己不恶心吗,穿件衣服吧你 +public class BotKeystore { [JsonConstructor] -#pragma warning disable CS8618 public BotKeystore() -#pragma warning restore CS8618 { + PasswordMd5 = ""; + SecpImpl = new EcdhImpl(EcdhImpl.CryptMethod.Secp192K1); PrimeImpl = new EcdhImpl(EcdhImpl.CryptMethod.Prime256V1, false); TeaImpl = new TeaImpl();