Major changes includes:
- Fixed Schnorr MuSig and Threshold Signature
- Generic public/private key accepted wherever PubKey is expected
(except for Schnorr where a public key cannot be discriminated as
different from a private key)
- P2PK and P2MS now handle also compressed public keys
- added gen_keys to dsa, ssa, bms, so that now all the standard
gen_keys, sign, and verify functions are available
- Wherever an input/output parameter sequence had
'compressed: bool, network: str', the order has been
inverted resulting in 'network: str, compressed: bool'.
Affected functions: base58address.p2pkh, base58wif.wif_from_prvkey,
to_prvkey.prvkey_info_from_prvkey, to_pubkey._bytes_from_xpub,
to_pubkey.bytes_from_key, to_pubkey.pubkey_info_from_prvkey,
hashes.hash160_from_pubkey, secpoint.bytes_from_point,
- renamed mxprv_from_bip39_mnemonic and mxprv_from_electrum_mnemonic
- made entropy the first input parameter of mnemonic_from_entropy
- improved size checks for bytes_from_octets
- entropy.generate_entropy has been renamed as entropy.generate