summary refs log tree commit diff
path: root/Crypto/src/crypto/IDerivationParameters.cs
blob: f1c848568d6d522694016bd2ec04f4a3389c916c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
using System;

namespace Org.BouncyCastle.Crypto
{
    /**
     * Parameters for key/byte stream derivation classes
     */
    public interface IDerivationParameters
    {
    }
}