1 /* LibTomCrypt, modular cryptographic library -- Tom St Denis
3 * LibTomCrypt is a library that provides various cryptographic
4 * algorithms in a highly modular and flexible manner.
6 * The library is free for all purposes without any express
9 * Tom St Denis, tomstdenis@gmail.com, http://libtom.org
15 int mp_init_multi(mpz_t
*a
, ...)
25 cur
= va_arg(args
, mpz_t
*);
31 void mp_clear_multi(mpz_t
*a
, ...)
39 cur
= va_arg(args
, mpz_t
*);