mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
*** empty log message ***
This commit is contained in:
parent
fcbd25c5ad
commit
42ac422ba0
9 changed files with 99 additions and 34 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-03-29 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* mpi.h: s/exp/exponent/ to shutup a compiler warning.
|
||||
|
||||
2004-01-13 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* util.h: Add prototype for print_string2().
|
||||
|
|
|
@ -166,7 +166,7 @@ int mpi_gcd( MPI g, MPI a, MPI b );
|
|||
|
||||
/*-- mpi-pow.c --*/
|
||||
void mpi_pow( MPI w, MPI u, MPI v);
|
||||
void mpi_powm( MPI res, MPI base, MPI exp, MPI mod);
|
||||
void mpi_powm( MPI res, MPI base, MPI exponent, MPI mod);
|
||||
|
||||
/*-- mpi-mpow.c --*/
|
||||
void mpi_mulpowm( MPI res, MPI *basearray, MPI *exparray, MPI mod);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue