amplify-swift/AmplifyPlugins/Auth/Sources/libtommath/amplify_bn_mp_get_ll.c

9 lines
368 B
C

#include "amplify_tommath_private.h"
#ifdef AMPLIFY_BN_MP_GET_LL_C
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
/* SPDX-License-Identifier: Unlicense */
/* Modifications Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. */
AMPLIFY_MP_GET_SIGNED(amplify_mp_get_ll, amplify_mp_get_mag_ull, long long, unsigned long long)
#endif