wallet.dieroll: increase OS random bytes to 32
This commit is contained in:
parent
335214d388
commit
39c9086472
3 changed files with 3 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
July 2026
|
||||
August 2026
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
16.2.dev5
|
||||
16.2.dev6
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ class wallet(wallet):
|
|||
from ..crypto import Crypto
|
||||
seed_bytes = Crypto(self.cfg).add_user_random(
|
||||
rand_bytes = seed_bytes,
|
||||
osrand_bytes = 32,
|
||||
desc = 'gathered from your die rolls')
|
||||
self.desc += ' plus OS and user-supplied entropy'
|
||||
msg('')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue