From a5b7d824cbb68beb797eec4afe3e3290c3fca7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 11 Feb 2002 18:46:17 +0100 Subject: [PATCH] (nettle_blowfish128): Fixed definition, with key size in bits. Rev: src/nettle/nettle-internal.c:1.2 --- nettle-internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- GitLab