scripts
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Cms
|
||||
{
|
||||
// Token: 0x02001779 RID: 6009
|
||||
[Token(Token = "0x2001779")]
|
||||
[StructLayout(3)]
|
||||
internal interface IDigestCalculator
|
||||
{
|
||||
// Token: 0x0600A26A RID: 41578
|
||||
[Token(Token = "0x600A26A")]
|
||||
[Address(Slot = "0")]
|
||||
byte[] GetDigest();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user