This commit is contained in:
Frank Denis 2017-10-06 21:41:35 +02:00
parent d56007a6fa
commit 067cd6749d

View File

@ -24,7 +24,7 @@ _crypto_sign_ed25519_ref10_hinit(crypto_hash_sha512_state *hs, int prehashed)
}
}
static void
static inline void
_crypto_sign_ed25519_clamp(unsigned char k[32])
{
k[0] &= 248;