Files
mRemoteNG/mRemoteV1/Security/BlockCipherEngines.cs

10 lines
129 B
C#

namespace mRemoteNG.Security
{
public enum BlockCipherEngines
{
AES,
Twofish,
Serpent
}
}