Inline
This commit is contained in:
parent
6d5cf12fca
commit
dcf78d77be
@ -958,7 +958,7 @@ fe25519_sq2(fe25519 h, const fe25519 f)
|
||||
h[9] = (int32_t) h9;
|
||||
}
|
||||
|
||||
static void
|
||||
static inline void
|
||||
fe25519_mul32(fe25519 h, const fe25519 f, uint32_t n)
|
||||
{
|
||||
int64_t sn = (int64_t) n;
|
||||
|
@ -479,7 +479,7 @@ fe25519_sq2(fe25519 h, const fe25519 f)
|
||||
h[4] = r04;
|
||||
}
|
||||
|
||||
static void
|
||||
static inline void
|
||||
fe25519_mul32(fe25519 h, const fe25519 f, uint32_t n)
|
||||
{
|
||||
const uint64_t mask = 0x7ffffffffffffULL;
|
||||
|
Loading…
Reference in New Issue
Block a user