Skip to content

Commit baa416f

Browse files
committed
using uint128_t instead of "int128.h"
1 parent fc926f4 commit baa416f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/third_party/secp256k1_dettman_64.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
# define FIAT_SECP256K1_DETTMAN_FIAT_INLINE
2424
#endif
2525

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;
26+
FIAT_SECP256K1_DETTMAN_FIAT_EXTENSION typedef uint128_t fiat_secp256k1_dettman_uint128;
2927

3028
#if (-1 & 3) != 3
3129
#error "This code only works on a two's complement system"

0 commit comments

Comments
 (0)