From 28a3dc321c180dd708867406d3c2c5cc45b586e4 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 21 Dec 2011 14:28:56 -0800 Subject: * rand.c (random): Bugfix: not building up sufficiently large bignums. Work properly when mp_digit is smaller than 32 bits. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 82adbaf2..2e9563e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-21 Kaz Kylheku + + * rand.c (random): Bugfix: not building up sufficiently large bignums. + Work properly when mp_digit is smaller than 32 bits. + 2011-12-21 Kaz Kylheku * Makefile (OBJS): new object file, rand.o. -- cgit v1.2.3