1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-28 21:50:02 +02:00
gnupg/mpi/generic/mpi-asm-defs.h

9 lines
214 B
C
Raw Normal View History

2000-10-11 19:26:49 +02:00
/* This file defines some basic constants for the MPI machinery. We
* need to define the types on a per-CPU basis, so it is done with
* this file here. */
2000-11-14 17:04:16 +01:00
#define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG)
2000-10-11 19:26:49 +02:00