summaryrefslogtreecommitdiff
path: root/mpi/mpi-internal.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-07-02 09:50:57 +0000
committerWerner Koch <wk@gnupg.org>1999-07-02 09:50:57 +0000
commit745415540374611ab1a944a1ee376c814adb9318 (patch)
tree5d426a7623f04c9ceaa97f86b6544e9ae125e41e /mpi/mpi-internal.h
parent26a58078810c1d71303554d0eb3e7912c060a548 (diff)
downloadlibgcrypt-745415540374611ab1a944a1ee376c814adb9318.tar.gz
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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpi/mpi-internal.h b/mpi/mpi-internal.h
index f73efb76..035d33cb 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 );