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

(enum blowfish_error): Deleted.

(struct blowfish_ctx): Deleted status attribute.

Rev: nettle/blowfish.h:1.2
parent b43cab7b
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......
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