]> pd.if.org Git - zpackage/blob - crypto/libeddsa/lib/bitness.h
add package signing code
[zpackage] / crypto / libeddsa / lib / bitness.h
1 #ifndef BITNESS_H
2 #define BITNESS_H
3
4 #ifndef NO_AUTO_BITNESS
5   #ifdef __LP64__
6     #define USE_64BIT   1
7   #else
8     #undef USE_64BIT
9   #endif
10 #endif
11
12 #endif