comparison ltc_prng.c @ 1546:bb8eaa26bc93 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Mon, 26 Feb 2018 22:44:48 +0800
parents d68d61e7056a
children
comparison
equal deleted inserted replaced
1530:63fa53d3b6c7 1546:bb8eaa26bc93
9 * The library is free for all purposes without any express 9 * The library is free for all purposes without any express
10 * guarantee it works. 10 * guarantee it works.
11 * 11 *
12 * Tom St Denis, [email protected], http://libtomcrypt.com 12 * Tom St Denis, [email protected], http://libtomcrypt.com
13 */ 13 */
14 #include "options.h"
15 #include "includes.h" 14 #include "includes.h"
16 #include "dbrandom.h" 15 #include "dbrandom.h"
17 #include "ltc_prng.h" 16 #include "ltc_prng.h"
18 17
19 /** 18 /**