Codebase list libcryptx-perl / 543c1e9b-9bbc-47df-9309-5f6cdec0f044/upstream src / ltc / misc / crypt / crypt_ltc_mp_descriptor.c
543c1e9b-9bbc-47df-9309-5f6cdec0f044/upstream

Tree @543c1e9b-9bbc-47df-9309-5f6cdec0f044/upstream (Download .tar.gz)

crypt_ltc_mp_descriptor.c @543c1e9b-9bbc-47df-9309-5f6cdec0f044/upstreamraw · 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 };