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
24c73370
Commit
24c73370
authored
Feb 20, 2018
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unused struct process_ctx.
parent
36168d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
examples/rsa-decrypt.c
examples/rsa-decrypt.c
+0
-7
No files found.
examples/rsa-decrypt.c
View file @
24c73370
...
...
@@ -109,13 +109,6 @@ read_bignum(FILE *f, mpz_t x)
return
0
;
}
struct
process_ctx
{
struct
CBC_CTX
(
struct
aes_ctx
,
AES_BLOCK_SIZE
)
aes
;
struct
hmac_sha1_ctx
hmac
;
struct
yarrow256_ctx
yarrow
;
};
#define BUF_SIZE (100 * AES_BLOCK_SIZE)
/* Trailing data that needs special processing */
...
...
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