Codebase list libcryptx-perl / upstream/0.078 src / ltc / misc / crypt / crypt_ltc_mp_descriptor.c
upstream/0.078

Tree @upstream/0.078 (Download .tar.gz)

crypt_ltc_mp_descriptor.c @upstream/0.078raw · history · blame

1
2
3
4
5
6
/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
#include "tomcrypt_private.h"

/* Initialize ltc_mp to nulls, to force allocation on all platforms, including macOS. */
ltc_math_descriptor ltc_mp = { 0 };