]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* blowfish.h (BLOWFISH_MAX_KEY_SIZE): Fixed, should be 56.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 17 Jun 2001 17:55:54 +0000 (19:55 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 17 Jun 2001 17:55:54 +0000 (19:55 +0200)
* blowfish.h (struct blowfish_ctx): Use a two-dimensional array
for s.

Rev: src/nettle/blowfish.h:1.6

blowfish.h

index 19366775ac79c892977c5859cd1c61b647a07287..eb346a773acacc5094b92b2bfe0419ee11d38b7b 100644 (file)
@@ -32,7 +32,7 @@
 
 /* Variable key size between 64 and 448 bits. */
 #define BLOWFISH_MIN_KEY_SIZE 8
-#define BLOWFISH_MAX_KEY_SIZE 32
+#define BLOWFISH_MAX_KEY_SIZE 56
 
 /* Default to 128 bits */
 #define BLOWFISH_KEY_SIZE 16