mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Inline
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user