summaryrefslogtreecommitdiff
path: root/bignum-random.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* Define and use new TMP_GMP_ALLOC macro.Nikos Mavrogiannopoulos2013-12-151-4/+6
* nettle_mpz_random: Increased number of extra bits to 64, following FIPS 186-3.Niels Möller2013-01-311-2/+3
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Consistently use foo_func *f (rather than foo_func f) for declaring function ...Niels Möller2012-06-251-2/+2
* New constant NETTLE_MAX_BIGNUM_SIZE.Niels Möller2012-04-231-1/+1
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* Deleted test of HAVE_LIBGMP.Niels Möller2010-04-091-4/+0
* Reviewed FIXME-comments.Niels Möller2008-09-151-2/+2
* (TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, theyNiels Möller2004-01-081-1/+4
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-3/+3
* * bignum.c (nettle_mpz_sizeinbase_256_u): New name, wasNiels Möller2002-11-151-1/+1
* * bignum-random.c: New file.Niels Möller2002-10-091-0/+86