23 lines
548 B
C#
23 lines
548 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto
|
|
{
|
|
// Token: 0x0200150B RID: 5387
|
|
[Token(Token = "0x200150B")]
|
|
[StructLayout(3)]
|
|
public interface IXof : IDigest
|
|
{
|
|
// Token: 0x06008F30 RID: 36656
|
|
[Token(Token = "0x6008F30")]
|
|
[Address(Slot = "0")]
|
|
int DoFinal(byte[] output, int outOff, int outLen);
|
|
|
|
// Token: 0x06008F31 RID: 36657
|
|
[Token(Token = "0x6008F31")]
|
|
[Address(Slot = "1")]
|
|
int DoOutput(byte[] output, int outOff, int outLen);
|
|
}
|
|
}
|