scripts
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Signers
|
||||
{
|
||||
// Token: 0x020015D5 RID: 5589
|
||||
[Token(Token = "0x20015D5")]
|
||||
[StructLayout(3)]
|
||||
public interface IDsaEncoding
|
||||
{
|
||||
// Token: 0x0600955E RID: 38238
|
||||
[Token(Token = "0x600955E")]
|
||||
[Address(Slot = "0")]
|
||||
BigInteger[] Decode(BigInteger n, byte[] encoding);
|
||||
|
||||
// Token: 0x0600955F RID: 38239
|
||||
[Token(Token = "0x600955F")]
|
||||
[Address(Slot = "1")]
|
||||
byte[] Encode(BigInteger n, BigInteger r, BigInteger s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user