Document the DH library, and make some minor changes along the way.

This commit is contained in:
Ulf Möller
2000-01-22 20:05:23 +00:00
parent 09483c58e3
commit 4486d0cd7a
20 changed files with 737 additions and 40 deletions

View File

@@ -16,7 +16,7 @@ This function returns the RSA modulus size in bytes. It can be used to
determine how much memory must be allocated for an RSA encrypted
value.
B<rsa->n> must not be B<NULL>.
B<rsa-E<gt>n> must not be B<NULL>.
=head1 RETURN VALUE