We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268d147 commit d9f7bf0Copy full SHA for d9f7bf0
README.md
@@ -57,6 +57,8 @@ const secp256k1 = require('secp256k1')
57
// if you want to use pure js implementation in node
58
59
// generate message to sign
60
+// message should have 32-byte length, if you have some other length you can hash message
61
+// for example `msg = sha256(rawMessage)`
62
const msg = randomBytes(32)
63
64
// generate privKey
0 commit comments