secp256k1.cr v0.3.0 Release Notes

Release Date: 2020-02-11 // about 4 years ago
  • ๐Ÿš€ this minor release improves stability. the following api renames shall be noted:

    • EC_Point is now ECPoint
    • ECDSA_Signature is now ECDSASignature
    • all hashing functions ending with _string are renamed now overloadable with String

    ๐Ÿ”„ changes:

    • ๐Ÿ’… changes to code style (#34)
    • โž• add stats to nightly workflows (#36)
    • overload hashing functions with strings (#37)
    • โšก๏ธ update contributors (#38)