Fix indentation level in one place
This commit is contained in:
parent
e1cb8846e7
commit
231bf52691
1 changed files with 3 additions and 3 deletions
|
@ -170,9 +170,9 @@ int uECC_sign(const uint8_t *private_key, const uint8_t *message_hash,
|
|||
unsigned hash_size, uint8_t *signature)
|
||||
{
|
||||
int r;
|
||||
uECC_word_t _random[2*NUM_ECC_WORDS];
|
||||
uECC_word_t k[NUM_ECC_WORDS];
|
||||
uECC_word_t tries;
|
||||
uECC_word_t _random[2*NUM_ECC_WORDS];
|
||||
uECC_word_t k[NUM_ECC_WORDS];
|
||||
uECC_word_t tries;
|
||||
|
||||
for (tries = 0; tries < uECC_RNG_MAX_TRIES; ++tries) {
|
||||
/* Generating _random uniformly at random: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue