------------------
- Changed elliptic curve backend from OpenSSL to libsecp256k1. This results
in an order of magnitude faster key creation and signing/verifying.
- Improved performance of base58 encoding/decoding.
- **Breaking:** Dropped support for Python 3.3 & 3.4.
- **Breaking:** :func:`~bit.verify_sig` now returns ``False`` for invalid
signatures instead of raising an exception. Also, ``strict`` is no longer
a parameter as BIP-62 compliance is now required.