mirror of
https://github.com/status-im/secp256k1.git
synced 2025-02-24 03:38:12 +00:00
10 lines
254 B
C
10 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
|