Logo
Explore Help
Sign In
frost/secp256k1-zkp
3
0
Fork 0
You've already forked secp256k1-zkp
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
secp256k1-zkp/src/int128_impl.h

19 lines
376 B
C
Raw Normal View History

Simulated int128 type.
2022-07-27 11:09:51 -04:00
#ifndef SECP256K1_INT128_IMPL_H
#define SECP256K1_INT128_IMPL_H
#include "util.h"
int128: Tidy #includes of int128.h and int128_impl.h After this commit, int128.h and int128_impl.h are included as follows: - .c files which use int128 include int128_impl.h (after util.h) - .h files which use int128 include int128.h (after util.h) This list is exhaustive. util.h needs to included first because it sets up necessary #defines.
2022-02-01 14:43:16 +01:00
#include "int128.h"
Simulated int128 type.
2022-07-27 11:09:51 -04:00
int128: Tidy #includes of int128.h and int128_impl.h After this commit, int128.h and int128_impl.h are included as follows: - .c files which use int128 include int128_impl.h (after util.h) - .h files which use int128 include int128.h (after util.h) This list is exhaustive. util.h needs to included first because it sets up necessary #defines.
2022-02-01 14:43:16 +01:00
#if defined(SECP256K1_WIDEMUL_INT128)
# if defined(SECP256K1_INT128_NATIVE)
# include "int128_native_impl.h"
# elif defined(SECP256K1_INT128_STRUCT)
# include "int128_struct_impl.h"
# else
# error "Please select int128 implementation"
# endif
Simulated int128 type.
2022-07-27 11:09:51 -04:00
#endif
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 759ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API