elliptic 0.3.5 copy "elliptic: ^0.3.5" to clipboard
elliptic: ^0.3.5 copied to clipboard

outdated

basic elliptic curves

0.3.5 #

  • Add EllipticException for better error handling

0.3.4 #

  • Fix hex, Enhance hex
  • Enhance bigint calc
  • Add tests for hex

0.3.3 #

  • Fix bug on generating compressed hex

0.3.2 #

  • Add ecdh library

0.3.1 #

  • Add support to koblitz curves (secp256k1 & secp224k1)
  • Pass tests on secp256k1
  • Fix bug on loading compressed public key hex

0.3.0 #

  • New abstract class curve for secp256k1 etc in https://www.secg.org/sec2-v2.pdf
  • More customizable params for EllipticCurve (maybe can work on k1)
  • Add some TODOs

0.2.0 #

  • Null-safe
  • Fix bugs
  • Pass tests (mainly P256)
  • Add utils to PublicKey and PrivateKey

0.1.0 #

  • Initial version, created by Stagehand
  • Having bugs, dont use this version