Skip to content

Commit

Permalink
clarified comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Jun 9, 2020
1 parent d34d8a6 commit 88fae66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions btclib/entropy.py
Expand Up @@ -329,8 +329,8 @@ def randbinstr(
) -> BinStr:
"""Return CSPRNG raw entropy XOR-ed with input raw entropy.
If no exogenous raw entropy is provided as input, then entropy
is generated with the system
The input raw entropy is used as initialization value;
if not provided, then entropy is generated with the system
cryptographically strong pseudo-random number generator (CSPRNG).
Then, this entropy is:
Expand Down

0 comments on commit 88fae66

Please sign in to comment.