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
Brian Smith
nettle
Commits
994af7ed
Commit
994af7ed
authored
Jul 05, 2010
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(enum blowfish_error): Deleted.
(struct blowfish_ctx): Deleted status attribute. Rev: nettle/blowfish.h:1.2
parent
b43cab7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
blowfish.h
blowfish.h
+0
-3
No files found.
blowfish.h
View file @
994af7ed
...
...
@@ -48,13 +48,10 @@ extern "C" {
#define _BLOWFISH_ROUNDS 16
enum
blowfish_error
{
BLOWFISH_OK
,
BLOWFISH_WEAK_KEY
};
struct
blowfish_ctx
{
uint32_t
s
[
4
][
256
];
uint32_t
p
[
_BLOWFISH_ROUNDS
+
2
];
enum
blowfish_error
status
;
};
/* On success, returns 1 and sets ctx->status to BLOWFISH_OK (zero).
...
...
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