Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rgex authored Feb 7, 2024
1 parent 7016cf7 commit 07a340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ examples of private keys :
$bitcoinECDSA->generateRandomPrivateKey($nonce);
```

The nonce is optional, typically the nonce is a chunck of random data you get from the user. This can be mouse coordinates.
The nonce is optional, typically the nonce is a chunk of random data you get from the user. This can be mouse coordinates.
Using a nonce adds randomness, which means the generated private key is stronger.

**Get the private key**
Expand Down

0 comments on commit 07a340c

Please sign in to comment.