fixed typo
This commit is contained in:
parent
b9963f7525
commit
60f609135d
@ -179,8 +179,6 @@ generate (
|
||||
GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_WEAK,
|
||||
&salt,
|
||||
sizeof (salt));
|
||||
uint64_t salt = GNUNET_CRYPTO_random_u64 (GNUNET_CRYPTO_QUALITY_WEAK,
|
||||
UINT64_MAX / 2);
|
||||
GNUNET_assert (GNUNET_OK ==
|
||||
TALER_age_commitment_derive (&acp[i],
|
||||
&salt,
|
||||
|
Loading…
Reference in New Issue
Block a user