All Versions
15
Latest Version
Avg Release Cycle
22 days
Latest Release
952 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.1.4 Changes
December 25, 2019 -
v0.1.3 Changes
December 24, 2019๐ this is a feature release that allows for generation of bitcoin and ethereum addresses.
๐ changes:
-
v0.1.2 Changes
December 24, 2019 -
v0.1.1 Changes
December 24, 2019 -
v0.1.0 Changes
December 24, 2019๐ initial release for the secp256k1 crystal library
containing:
- the constants describing the elliptic curve #1
- the four
Secp256k1::
key functions forec_mul
,ec_add
,ec_double
, andec_mod_inv
#1 - utilities to generate private and public keys #1
- โ tests for the secp256k1 module #1
- a struct for
EC_Point
#1 - github actions checking format and spec #2
- a meaningful readme #3