mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
256 bytes -> 256 bits
This commit is contained in:
parent
3da2da096c
commit
61e9c2b0a3
@ -243,7 +243,7 @@ message EntropyRequest {
|
||||
|
||||
// Provide additional entropy for seed generation function.
|
||||
message EntropyAck {
|
||||
optional bytes entropy = 1 [(binary) = true]; // Recommended to provide 256 bytes of random data.
|
||||
optional bytes entropy = 1 [(binary) = true]; // Recommended to provide 256 bits (32 bytes) of random data.
|
||||
}
|
||||
|
||||
// Starts workflow of asking user for specific words of his mnemonic.
|
||||
|
Loading…
Reference in New Issue
Block a user