reduce RNG to 71
This commit is contained in:
parent
c81bc9fb98
commit
3fed8cebdf
@ -50,7 +50,7 @@ int16_t bridge_u2f_to_solo(uint8_t * output, uint8_t * keyh, int keylen)
|
|||||||
case WalletRng:
|
case WalletRng:
|
||||||
printf1(TAG_WALLET,"SoloRng\n");
|
printf1(TAG_WALLET,"SoloRng\n");
|
||||||
|
|
||||||
ret = ctap_generate_rng(output, 72);
|
ret = ctap_generate_rng(output, 71);
|
||||||
if (ret != 1)
|
if (ret != 1)
|
||||||
{
|
{
|
||||||
printf1(TAG_WALLET,"Rng failed\n");
|
printf1(TAG_WALLET,"Rng failed\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user