How would I get a DER encoded non-deterministic canonical ecdsa signature with node.js?

前端 未结 0 459
轻奢々
轻奢々 2021-01-12 22:08

I have tried the following:

var hash=sha256(sha256(msg)); // hash of the transaction
var priv_key= "...."; // the private key, 64 char length, ([a-z         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题