mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-07-30 23:50:27 -07:00
7 lines
93 B
C#
7 lines
93 B
C#
namespace BrowserPass.BouncyCastle
|
|
{
|
|
public interface ICipherParameters
|
|
{
|
|
}
|
|
}
|