<PackageReference Include="BouncyCastle.Cryptography" Version="2.7.0-beta.98" />

IBlockResult

public interface IBlockResult
namespace Org.BouncyCastle.Crypto { public interface IBlockResult { byte[] Collect(); int Collect(byte[] buf, int off); int GetMaxResultLength(); } }