mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Remove unused variables
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
static inline void
|
||||
crypto_aead_aegis128l_update(__m128i *const state, const __m128i d1, const __m128i d2)
|
||||
{
|
||||
__m128i tmp, tmp2;
|
||||
__m128i tmp;
|
||||
|
||||
tmp = state[7];
|
||||
state[7] = _mm_aesenc_si128(state[6], state[7]);
|
||||
|
||||
@@ -2645,7 +2645,6 @@ ge25519_clear_cofactor(ge25519_p3 *p3)
|
||||
static void
|
||||
ge25519_elligator2(fe25519 x, fe25519 y, const fe25519 r, int *notsquare_p)
|
||||
{
|
||||
fe25519 e;
|
||||
fe25519 gx1;
|
||||
fe25519 rr2;
|
||||
fe25519 x2, x3, negx;
|
||||
|
||||
Reference in New Issue
Block a user