Codebase list libcryptx-perl / debian/0.073-1 src / ltc / misc / crypt / crypt_ltc_mp_descriptor.c
debian/0.073-1

Tree @debian/0.073-1 (Download .tar.gz)

crypt_ltc_mp_descriptor.c @debian/0.073-1raw · 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 };