Skip to content

Commit

Permalink
More optblocker usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 23, 2024
1 parent 3cea12b commit a0e14a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ slide_vartime(signed char *r, const unsigned char *a)
}

static volatile unsigned char optblocker_u8;
static volatile uint64_t optblocker_u64;

int
ge25519_frombytes(ge25519_p3 *h, const unsigned char *s)
Expand Down

0 comments on commit a0e14a0

Please sign in to comment.