diff options
author | jbj <devnull@localhost> | 2003-04-29 08:15:16 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-29 08:15:16 +0000 |
commit | a94207342d80a5ca6fc19e05de95ec346c937ccb (patch) | |
tree | 92edb18630a83bb403cd27c8dba2d580e218ccf1 /beecrypt/dlsvdp-dh.c | |
parent | d4538f2d0da92317bbfeb37b1c7513350763b0f4 (diff) | |
download | librpm-tizen-a94207342d80a5ca6fc19e05de95ec346c937ccb.tar.gz librpm-tizen-a94207342d80a5ca6fc19e05de95ec346c937ccb.tar.bz2 librpm-tizen-a94207342d80a5ca6fc19e05de95ec346c937ccb.zip |
beecrypt-3.0.0 merge: splint checks.
CVS patchset: 6787
CVS date: 2003/04/29 08:15:16
Diffstat (limited to 'beecrypt/dlsvdp-dh.c')
-rw-r--r-- | beecrypt/dlsvdp-dh.c | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/beecrypt/dlsvdp-dh.c b/beecrypt/dlsvdp-dh.c index 1e2476d7a..cb89e1863 100644 --- a/beecrypt/dlsvdp-dh.c +++ b/beecrypt/dlsvdp-dh.c @@ -1,9 +1,3 @@ -/** \ingroup DL_m DH_m - * \file dlsvdp-dh.c - * - * Discrete Logarithm Secret Value Derivation Primite - Diffie Hellman, code. - */ - /* * Copyright (c) 1999, 2000, 2001, 2002 Virtual Unlimited B.V. * @@ -23,6 +17,16 @@ * */ +/*!\file dlsvdp-dh.c + * \brief Diffie-Hellman algorithm. + * + * The IEEE P.1363 designation is: + * Discrete Logarithm Secret Value Derivation Primitive, Diffie-Hellman style. + * + * \author Bob Deblier <bob.deblier@pandora.be> + * \ingroup DL_m DL_dh_m + */ + #include "system.h" #include "dlsvdp-dh.h" #include "debug.h" |