mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-13 19:38:56 +00:00
Note should be a warning
This commit is contained in:
parent
98761d9d92
commit
0a10c34e90
@ -594,7 +594,7 @@ include::code/ec-math.py[]
|
||||
|
||||
<<ec_math_run>> shows the output produced by running this script.
|
||||
|
||||
[NOTE]
|
||||
[WARNING]
|
||||
====
|
||||
<<ec_math>> ((("random numbers", "os.urandom", see="entropy")))((("entropy", "os.urandom", see="random numbers")))((("random numbers", "random number generation")))((("entropy", "random number generation")))uses +os.urandom+, which reflects a cryptographically secure random number generator (CSRNG) provided by the underlying operating system. Caution: Depending on the OS, +os.urandom+ may _not_ be implemented with sufficient security or seeded properly and may _not_ be appropriate for generating production-quality bitcoin keys.((("", startref="KApython04")))
|
||||
====
|
||||
|
Loading…
Reference in New Issue
Block a user