From: Niels Möller Date: Mon, 11 Feb 2002 17:46:17 +0000 (+0100) Subject: (nettle_blowfish128): Fixed definition, with X-Git-Tag: nettle_1.6_release_20021003~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5b7d824cbb68beb797eec4afe3e3290c3fca7d4;p=thirdparty%2Fnettle.git (nettle_blowfish128): Fixed definition, with key size in bits. Rev: src/nettle/nettle-internal.c:1.2 --- diff --git a/nettle-internal.c b/nettle-internal.c index b1364634..52e79b0b 100644 --- a/nettle-internal.c +++ b/nettle-internal.c @@ -78,4 +78,4 @@ nettle_des3 = { /* NOTE: This is not as nice as one might think, as it will crash if * we try to encrypt something with a weak key. */ const struct nettle_cipher -nettle_blowfish128 = _NETTLE_CIPHER(blowfish, BLOWFISH, 16); +nettle_blowfish128 = _NETTLE_CIPHER(blowfish, BLOWFISH, 128);