mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-25 04:13:24 +08:00
11 lines
169 B
C#
11 lines
169 B
C#
|
|
// ReSharper disable InconsistentNaming
|
|
namespace mRemoteNG.Security
|
|
{
|
|
public enum BlockCipherEngines
|
|
{
|
|
AES,
|
|
Twofish,
|
|
Serpent
|
|
}
|
|
} |