We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc7171 commit c945a86Copy full SHA for c945a86
lib/Bitcoin/Secp256k1.pm
@@ -299,8 +299,8 @@ Checks whether bytestring C<$private_key> is a valid private key. Private key
299
is valid if its length is exactly C<32> and it is below curve order (when
300
interpreted as a big-endian integer).
301
302
-Some methods in this module may die if their private key is not valid, but a
303
-chance of picking an invalid 32-byte private key at random are extremely slim.
+Some methods in this module may die if their private key is not valid, but
+chances of picking an invalid 32-byte private key at random are extremely slim.
304
305
=head3 verify_public_key
306
0 commit comments