0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-09 15:37:00 -04:00
bitcoin-core/lin64.h
2013-03-26 01:01:04 +01:00

10 lines
223 B
C++

#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