1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Implement my experimental arcfour modes. The 256-bit version is disabled

until I can test it against someone else's implementation.

[originally from svn r5633]
This commit is contained in:
Ben Harris
2005-04-14 22:58:29 +00:00
parent 6eec320f0b
commit 09951c6078
10 changed files with 141 additions and 2 deletions

View File

@ -261,6 +261,7 @@ enum {
CIPHER_BLOWFISH,
CIPHER_AES, /* (SSH-2 only) */
CIPHER_DES,
CIPHER_ARCFOUR,
CIPHER_MAX /* no. ciphers (inc warn) */
};