------------------
* Added ``kaze.Cryptography`` and ``KeyPair``
* Changed signature of ``kazecore.Cryptography.Crypto.Sign()`` to remove unused ``public_key`` argument
* Removed redundant ``kazecore.Cryptography.Helper.hash_to_wallet_address()`` function, use ``kazecore.Cryptography.Helper.scripthash_to_address()`` instead.
* Removed unused ``kazecore.Cryptography.Helper`` functions: ``random_string``, ``bytes_to_hex_string``, ``bin_sha256``, ``sha256``, ``random_key``.