hasufell 91c5ea7b82 RAND: use unsigned long instead of mp_digit
if we use mp_set_int() instead of mp_set(), then we can use
full unsigned long integers instead of single digits. This
seems a lot safer, especially for future versions of the
random algorithm.
2014-04-15 18:21:42 +02:00
2014-04-15 14:27:06 +02:00
2014-04-14 23:58:19 +02:00
2014-04-14 22:50:16 +02:00
2014-04-15 14:13:03 +02:00
Description
No description provided
4.9 MiB
Languages
C 94.3%
Makefile 3.8%
Objective-C 1.4%
Shell 0.5%