Codebase list libcryptx-perl / 4123f295-1a02-480a-a9a3-10562340fe11/main src / ltc / misc / crypt / crypt_ltc_mp_descriptor.c
4123f295-1a02-480a-a9a3-10562340fe11/main

Tree @4123f295-1a02-480a-a9a3-10562340fe11/main (Download .tar.gz)

crypt_ltc_mp_descriptor.c @4123f295-1a02-480a-a9a3-10562340fe11/mainraw · 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 };