Document hash functions.

This commit is contained in:
Ulf Möller
2000-02-03 18:22:01 +00:00
parent 82fc1d9c28
commit 9dbc41d7ee
20 changed files with 302 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ DSA_generate_parameters - Generate DSA parameters
DSA *DSA_generate_parameters(int bits, unsigned char *seed,
int seed_len, int *counter_ret, unsigned long *h_ret,
void (*callback)(), void *cb_arg);
void (*callback)(int, int, void *), void *cb_arg);
=head1 DESCRIPTION