2013-03-26 00:39:22 +01:00
|
|
|
#ifndef _SECP256K1_LIN64
|
|
|
|
#define _SECP256K1_LIN64
|
|
|
|
|
|
|
|
#ifdef INLINE_ASM
|
|
|
|
extern "C" void _ExSetMult(uint64_t *, uint64_t *, uint64_t *);
|
|
|
|
extern "C" void _ExSetSquare(uint64_t *, uint64_t *);
|
|
|
|
#endif
|
2013-03-26 01:39:53 +01:00
|
|
|
|
2013-03-26 00:39:22 +01:00
|
|
|
#endif
|