Hi, would it be possible to move the following from mini-gmp.c to mini-gmp.h? #define GMP_LIMB_BITS (sizeof(mp_limb_t) * CHAR_BIT) It would expose GMP_LIMB_BITS to applications using mini-gmp, without requiring them to redefine it. Paul