summary refs log tree commit diff
path: root/crypto/src/openpgp/IStreamGenerator.cs
blob: df8ff75dae41af93aff1e48bd87bbc4b1cd3d151 (plain) (blame)
1
2
3
4
5
6
7
8
9
using System;

namespace Org.BouncyCastle.Bcpg.OpenPgp
{
	public interface IStreamGenerator
		: IDisposable
	{
	}
}