BitcoinPHP / BitcoinECDSA.php

PHP library to generate BTC addresses and signatures from private keys.
223 stars 106 forks source link

About the function signHash() #54

Open huanzhiyi opened 1 year ago

huanzhiyi commented 1 year ago

Thanks for the code! when I print signHash() Result length is 140, but when use Python (import ecdsa) Result length is 128 Is this code can do like Python to print result length just 128?