summaryrefslogtreecommitdiff
path: root/randraw.c
Commit message (Expand)AuthorAgeFilesLines
* * randclr.c, randraw.c: Use ASSERT(0) for unrecognised algorithms.Kevin Ryde2001-07-101-1/+1
* * randraw.c (lc): Change mpn_mul_basecase->mpn_mul,Kevin Ryde2001-06-121-5/+5
* Remove K&R function headers.tege2001-01-021-14/+1
* Corresponding changes for:tege2000-12-121-13/+13
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* (lc): Major overhaul (pending rewrite).tege2000-05-111-167/+73
* * randraw.c: Add a couple of casts to TMP_ALLOC.Kevin Ryde2000-04-291-2/+2
* (_gmp_rand): Fix bug with _LONG_LONG_LIMB.Linus Nordberg2000-04-121-64/+134
* Fix typo.Linus Nordberg2000-04-101-1/+1
* Rename most of the random number functions, structs and some of the struct me...Linus Nordberg2000-04-101-21/+21
* (gmp_rand_getraw): Handle the case where (1) the LC scheme doesn'tLinus Nordberg2000-04-051-7/+40
* Fix spelling.Linus Nordberg2000-04-041-1/+1
* New file; essentially a copy of mpn/generic/rawrandom.c.Linus Nordberg2000-04-041-0/+351