Skip to content
Snippets Groups Projects
Commit a5b7d824 authored by Niels Möller's avatar Niels Möller
Browse files

(nettle_blowfish128): Fixed definition, with

key size in bits.

Rev: src/nettle/nettle-internal.c:1.2
parent dfe944a9
No related branches found
No related tags found
No related merge requests found
...@@ -78,4 +78,4 @@ nettle_des3 = { ...@@ -78,4 +78,4 @@ nettle_des3 = {
/* NOTE: This is not as nice as one might think, as it will crash if /* NOTE: This is not as nice as one might think, as it will crash if
* we try to encrypt something with a weak key. */ * we try to encrypt something with a weak key. */
const struct nettle_cipher const struct nettle_cipher
nettle_blowfish128 = _NETTLE_CIPHER(blowfish, BLOWFISH, 16); nettle_blowfish128 = _NETTLE_CIPHER(blowfish, BLOWFISH, 128);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment