Skip to content

Commit

Permalink
[Core] Remove Stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Nov 11, 2023
1 parent b5157db commit 003cb8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Lagrange.Core/Common/BotKeystore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 003cb8e

Please sign in to comment.