mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
10 lines
129 B
C#
10 lines
129 B
C#
|
|
namespace mRemoteNG.Security
|
|
{
|
|
public enum BlockCipherEngines
|
|
{
|
|
AES,
|
|
Twofish,
|
|
Serpent
|
|
}
|
|
} |