Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
633ede6f
Commit
633ede6f
authored
Feb 26, 2004
by
Niels Möller
Browse files
(nettle_crypt_func): Typedef moved to cbc.h.
Include cbc.h instead. Rev: src/nettle/nettle-meta.h:1.12
parent
bc7d7904
Changes
1
Show whitespace changes
Inline
Side-by-side
nettle-meta.h
View file @
633ede6f
...
...
@@ -28,6 +28,9 @@
#include
"nettle-types.h"
/* For nettle_crypt_func */
#include
"cbc.h"
/* Randomness. Used by key generation and dsa signature creation. */
typedef
void
(
*
nettle_random_func
)(
void
*
ctx
,
unsigned
length
,
uint8_t
*
dst
);
...
...
@@ -37,10 +40,6 @@ typedef void (*nettle_progress_func)(void *ctx,
int
c
);
/* Ciphers */
typedef
void
(
*
nettle_crypt_func
)(
void
*
ctx
,
unsigned
length
,
uint8_t
*
dst
,
const
uint8_t
*
src
);
typedef
void
(
*
nettle_set_key_func
)(
void
*
ctx
,
unsigned
length
,
const
uint8_t
*
key
);
...
...
Write
Preview
Supports
Markdown
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