8 lines
290 B
C
8 lines
290 B
C
#ifndef _SECP256K1_FIELD_INNER5X52_IMPL_H_
|
|
#define _SECP256K1_FIELD_INNER5X52_IMPL_H_
|
|
|
|
void __attribute__ ((sysv_abi)) secp256k1_fe_mul_inner(const uint64_t *a, const uint64_t *b, uint64_t *r);
|
|
void __attribute__ ((sysv_abi)) secp256k1_fe_sqr_inner(const uint64_t *a, uint64_t *r);
|
|
|
|
#endif
|