1 // SPDX-License-Identifier: BSD-2-Clause
2 /* LibTomCrypt, modular cryptographic library -- Tom St Denis
3  *
4  * LibTomCrypt is a library that provides various cryptographic
5  * algorithms in a highly modular and flexible manner.
6  *
7  * The library is free for all purposes without any express
8  * guarantee it works.
9  */
10 #include "tomcrypt_private.h"
11 
12 #ifdef LTC_PRNG_ENABLE_LTC_RNG
13 unsigned long (*ltc_rng)(unsigned char *out, unsigned long outlen, void (*callback)(void));
14 #endif
15 
16 /* ref:         $Format:%D$ */
17 /* git commit:  $Format:%H$ */
18 /* commit time: $Format:%ai$ */
19