diff options
author | jbj <devnull@localhost> | 2003-04-28 19:34:20 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-28 19:34:20 +0000 |
commit | e4474b56d620eda7c1f55b385aebac1731569a60 (patch) | |
tree | af8f4bc3f9a882bc60cb1173a918e19e146d8f70 /beecrypt/mpprime.h | |
parent | a08149369a67ef068bd205164c941768a8e97937 (diff) | |
download | librpm-tizen-e4474b56d620eda7c1f55b385aebac1731569a60.tar.gz librpm-tizen-e4474b56d620eda7c1f55b385aebac1731569a60.tar.bz2 librpm-tizen-e4474b56d620eda7c1f55b385aebac1731569a60.zip |
beecrypt-3.0.0 merge: uint32 excision.
CVS patchset: 6784
CVS date: 2003/04/28 19:34:20
Diffstat (limited to 'beecrypt/mpprime.h')
-rw-r--r-- | beecrypt/mpprime.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/beecrypt/mpprime.h b/beecrypt/mpprime.h index b9f616c83..a35d0966c 100644 --- a/beecrypt/mpprime.h +++ b/beecrypt/mpprime.h @@ -1,14 +1,6 @@ -/** \ingroup MP_m - * \file mpprime.h - * - * Multi-precision primes, header. - */ - /* * Copyright (c) 2003 Bob Deblier * - * Author: Bob Deblier <bob@virtualunlimited.com> - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -25,6 +17,12 @@ * */ +/*!\file mpprime.h + * \brief Multi-precision primes, headers. + * \author Bob Deblier <bob.deblier@pandora.be> + * \ingroup MP_m + */ + #ifndef _MPPRIME_H #define _MPPRIME_H |