wallet.dieroll: increase OS random bytes to 32

This commit is contained in:
The MMGen Project 2026-08-05 18:32:05 +00:00
commit 39c9086472
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 3 additions and 2 deletions

View file

@ -1 +1 @@
July 2026
August 2026

View file

@ -1 +1 @@
16.2.dev5
16.2.dev6

View file

@ -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('')