bitcoin-s/lin64.h

11 lines
223 B
C
Raw Normal View History

#ifndef _SECP256K1_LIN64
#define _SECP256K1_LIN64
using namespace std;
#ifdef INLINE_ASM
extern "C" void _ExSetMult(uint64_t *, uint64_t *, uint64_t *);
extern "C" void _ExSetSquare(uint64_t *, uint64_t *);
#endif
#endif