Skip to content

Releases: ndac-todoroki/ecc_calc

0.3.3

15 Apr 17:30
Compare
Choose a tag to compare

This includes a bug fix of the public key hex string parser, where when the string was 130 charactors ("04xxx...yyy...") the result was wrong.

0.3.2

10 Mar 22:20
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

main diffs

  • Add Public key parsing (curve.parse_public_key("02xxxxxxxx"))

0.3.1

09 Mar 17:48
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Bug Fixes

  • #5 - fmt bug

0.3.0 - Breaking update

09 Mar 14:44
Compare
Choose a tag to compare
Pre-release

main diffs

  • Renamed points to coordinates
  • Removed main.rs

known bugs

  • Jacobian Coordinates will not calculate properly. Standard Projective Coordinates do.