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 /* Initialize ltc_mp to nulls, to force allocation on all platforms, including macOS. */
13 ltc_math_descriptor ltc_mp = { 0 };
14 
15 /* ref:         $Format:%D$ */
16 /* git commit:  $Format:%H$ */
17 /* commit time: $Format:%ai$ */
18