diff options
author | Werner Koch <[email protected]> | 1999-07-02 09:50:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-07-02 09:50:57 +0000 |
commit | 86abac78a20dfe49aea28058956a3fe8b6ced9ee (patch) | |
tree | e7a2d82e7c2c6a66b493b7427e28df04cebd00fd /mpi/mpi-internal.h | |
parent | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch (diff) | |
download | gnupg-86abac78a20dfe49aea28058956a3fe8b6ced9ee.tar.gz gnupg-86abac78a20dfe49aea28058956a3fe8b6ced9ee.zip |
See ChangeLog: Fri Jul 2 11:45:54 CEST 1999 Werner Koch
Diffstat (limited to 'mpi/mpi-internal.h')
-rw-r--r-- | mpi/mpi-internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mpi/mpi-internal.h b/mpi/mpi-internal.h index f73efb76c..035d33cb3 100644 --- a/mpi/mpi-internal.h +++ b/mpi/mpi-internal.h @@ -161,6 +161,11 @@ typedef int mpi_size_t; /* (must be a signed type) */ #endif void mpi_assign_limb_space( MPI a, mpi_ptr_t ap, unsigned nlimbs ); +/*-- mpi-bit.c --*/ +void mpi_rshift_limbs( MPI a, unsigned int count ); +void mpi_lshift_limbs( MPI a, unsigned int count ); + + /*-- mpihelp-add.c --*/ mpi_limb_t mpihelp_add_1(mpi_ptr_t res_ptr, mpi_ptr_t s1_ptr, mpi_size_t s1_size, mpi_limb_t s2_limb ); |