Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
ce0adac4
Commit
ce0adac4
authored
Sep 05, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/nettle/NEWS:1.2 Rev: src/nettle/des.h:1.5
parent
9ec8ce34
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
ce0adac4
NEWS for the 1.0 release
Fixed twofish bug spotted by Jean-Pierre Stierlin.
New RFC-1321-like interface in nettle/md5-compat.h, suggested
by Assar Westerlund.
des.h
View file @
ce0adac4
...
...
@@ -32,8 +32,8 @@
* Slightly edited by Niels Mller, 1997
*/
#ifndef NETTLE_DES_H
#define NETTLE_DES_H
#ifndef NETTLE_DES_H
_INCLUDED
#define NETTLE_DES_H
_INCLUDED
#include
<inttypes.h>
...
...
@@ -65,4 +65,4 @@ des_decrypt(struct des_ctx *ctx,
unsigned
length
,
uint8_t
*
dst
,
const
uint8_t
*
src
);
#endif
/* NETTLE_DES_H */
#endif
/* NETTLE_DES_H
_INCLUDED
*/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment