Codebase list libcryptx-perl / 451c019f-709d-4668-9705-86ad21887118/v0.077 src / ltc / misc / crypt / crypt_ltc_mp_descriptor.c
451c019f-709d-4668-9705-86ad21887118/v0.077

Tree @451c019f-709d-4668-9705-86ad21887118/v0.077 (Download .tar.gz)

crypt_ltc_mp_descriptor.c @451c019f-709d-4668-9705-86ad21887118/v0.077raw · 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 };