Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@gotocva gotocva released this 19 Jun 09:12

Full Changelog: https://github.com/gotocva/nilajs-digital-signature/commits/v1.0.0

Release Notes for nilajs-digital-signature

Version 1.0.0 (2024-06-19)

  • Initial release of nilajs-digital-signature.
  • Implemented basic functionalities:
    • Generated elliptic curve (secp256k1) key pairs.
    • Signed data using private keys.
    • Verified signatures using public keys.
    • Validated public keys for secp256k1 curve.
    • Added README.md for documentation.