goncer
Results
2
comments of
goncer
done! https://github.com/paritytech/polkadot/pull/5285
I am having this error, why not use the node implementation? `const isuint8 = require('util').types.isUint8Array;` in: ``` privateKeyVerify (seckey) { isUint8Array('private key', seckey, 32) return secp256k1.privateKeyVerify(seckey) === 0 }, ```...