Results 3 issues of Kohei Taniguchi

This PR fixes issue #35 The sha256 hash function which is used in schnorr signature generation receives inputs as BigInt value. But the BigInt value eliminate head bytes if it...

Current LocalSig generation code in `src/protocols/thresholdsig/bitcoin_schnorr.rs` uses a hash function which get input values as BigInt. However, if the first bytes of input is 0, the BigInt omit the 0....