diff options
author | jbj <devnull@localhost> | 2001-09-20 20:16:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-20 20:16:11 +0000 |
commit | 127af901c36a384da5bd12536fcc3c03d7cb5ef8 (patch) | |
tree | 93f25b6f6a577de51eb70c1cc309d1d05b70af98 /beecrypt/dlsvdp-dh.h | |
parent | fcc1f6571c7d61b839e3d092b29940bf739c4f4c (diff) | |
download | librpm-tizen-127af901c36a384da5bd12536fcc3c03d7cb5ef8.tar.gz librpm-tizen-127af901c36a384da5bd12536fcc3c03d7cb5ef8.tar.bz2 librpm-tizen-127af901c36a384da5bd12536fcc3c03d7cb5ef8.zip |
Doxygen fiddles.
CVS patchset: 5065
CVS date: 2001/09/20 20:16:11
Diffstat (limited to 'beecrypt/dlsvdp-dh.h')
-rw-r--r-- | beecrypt/dlsvdp-dh.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/beecrypt/dlsvdp-dh.h b/beecrypt/dlsvdp-dh.h index c0f091ad9..02668574a 100644 --- a/beecrypt/dlsvdp-dh.h +++ b/beecrypt/dlsvdp-dh.h @@ -1,8 +1,10 @@ -/* - * dlsvdp-dh.h - * - * Discrete Logarithm Secret Value Derivation Primitive - Diffie Hellman, header +/** \ingrooup DL_m DH_m + * \file dlsvdp-dh.h * + * Discrete Logarithm Secret Value Derivation Primitive - Diffie Hellman, header. + */ + +/* * Copyright (c) 2000 Virtual Unlimited B.V. * * Author: Bob Deblier <bob@virtualunlimited.com> @@ -32,8 +34,10 @@ extern "C" { #endif +/** + */ BEEDLLAPI -int dlsvdp_pDHSecret(const dldp_p* dp, const mp32number*, const mp32number*, mp32number* s) +int dlsvdp_pDHSecret(const dldp_p* dp, const mp32number* x, const mp32number* y, mp32number* s) /*@modifies s */; #ifdef __cplusplus |