Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
ce0adac4
Commit
ce0adac4
authored
Sep 05, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** 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
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
NEWS
NEWS
+8
-0
des.h
des.h
+3
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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