lib secp256k1.cr v0.2.0
this release refactors the entire library and entangles some of the submodules exposed by the library.
this library now exposes the following modules (in logical order):
Secp256k1: necessary constants and data structuresSecp256k1::Core: the entire core mathematics behind the elliptic curve cryptographySecp256k1::Util: all tools for the handling of private-public key-pairsSecp256k1::Hash: implementation of various hashing algorithms for convenienceSecp256k1::Signature: allows for signing messages and verifying signaturesSecp256k1::Bitcoin: for the generation of bitcoin addressesSecp256k1::Ethereum: for the generation of ethereum addresses
docs are now published on github pages: q9f.github.io/secp256k1.cr
changes: