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