From 88fae66325c7fc14f087a5e4ec005db1c25c83d3 Mon Sep 17 00:00:00 2001 From: Ferdinando Ametrano Date: Tue, 9 Jun 2020 20:41:54 +0200 Subject: [PATCH] clarified comment --- btclib/entropy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btclib/entropy.py b/btclib/entropy.py index 697246ed2..98fec6e6d 100644 --- a/btclib/entropy.py +++ b/btclib/entropy.py @@ -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: