Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/IXof.cs
T
2026-04-08 23:40:05 +02:00

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);
}
}