mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
9 lines
254 B
C
9 lines
254 B
C
#ifndef _SECP256K1_LIN64
|
|
#define _SECP256K1_LIN64
|
|
|
|
#ifdef INLINE_ASM
|
|
extern "C" void __attribute__ ((sysv_abi)) ExSetMult(uint64_t *, uint64_t *, uint64_t *);
|
|
extern "C" void __attribute__ ((sysv_abi)) ExSetSquare(uint64_t *, uint64_t *);
|
|
#endif
|
|
|
|
#endif
|