mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 12:36:01 -07:00
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;
|
h[9] = (int32_t) h9;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static inline void
|
||||||
fe25519_mul32(fe25519 h, const fe25519 f, uint32_t n)
|
fe25519_mul32(fe25519 h, const fe25519 f, uint32_t n)
|
||||||
{
|
{
|
||||||
int64_t sn = (int64_t) n;
|
int64_t sn = (int64_t) n;
|
||||||
|
@ -479,7 +479,7 @@ fe25519_sq2(fe25519 h, const fe25519 f)
|
|||||||
h[4] = r04;
|
h[4] = r04;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static inline void
|
||||||
fe25519_mul32(fe25519 h, const fe25519 f, uint32_t n)
|
fe25519_mul32(fe25519 h, const fe25519 f, uint32_t n)
|
||||||
{
|
{
|
||||||
const uint64_t mask = 0x7ffffffffffffULL;
|
const uint64_t mask = 0x7ffffffffffffULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user