1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

256 bytes -> 256 bits

This commit is contained in:
Pavol Rusnak 2014-02-17 00:15:15 +01:00
parent 3da2da096c
commit 61e9c2b0a3

View File

@ -243,7 +243,7 @@ message EntropyRequest {
// Provide additional entropy for seed generation function. // Provide additional entropy for seed generation function.
message EntropyAck { 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. // Starts workflow of asking user for specific words of his mnemonic.