nbd-wtf / dart-bip340

naïve implementation of BIP-340 Schnorr Signatures in Dart
MIT License
14 stars 10 forks source link

typo in Readme file. 32 byte and not 31 byte. #2

Closed RaviPatelGit closed 2 years ago

RaviPatelGit commented 2 years ago

3rd Line from Bottom in Readme file:

"privateKey must be a 31-bytes hex-encoded string, i.e. 64 characters."

It should be 32-bytes. Correct?

fiatjaf commented 2 years ago

Yes, it should. Good catch. Can you send a PR fixing it, please?