We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc926f4 commit baa416fCopy full SHA for baa416f
src/third_party/secp256k1_dettman_64.h
@@ -23,9 +23,7 @@
23
# define FIAT_SECP256K1_DETTMAN_FIAT_INLINE
24
#endif
25
26
-#include "../int128.h"
27
-FIAT_SECP256K1_DETTMAN_FIAT_EXTENSION typedef secp256k1_int128 fiat_secp256k1_dettman_int128;
28
-FIAT_SECP256K1_DETTMAN_FIAT_EXTENSION typedef secp256k1_uint128 fiat_secp256k1_dettman_uint128;
+FIAT_SECP256K1_DETTMAN_FIAT_EXTENSION typedef uint128_t fiat_secp256k1_dettman_uint128;
29
30
#if (-1 & 3) != 3
31
#error "This code only works on a two's complement system"
0 commit comments