tinyec

A tiny ellliptic curve library

GPL-3.0 License

Downloads
2.8K
Stars
71
tinyec - v0.4.0 Latest Release

Published by alexmgr almost 3 years ago

Be py3 compatible, thanks to @byronrthomas.

What's Changed

New Contributors

Full Changelog: https://github.com/alexmgr/tinyec/compare/v0.3.1...v0.4.0

tinyec - v0.3.1

Published by alexmgr about 9 years ago

  • Boring packaging changes
  • Added MANIFEST.in to include license and readme files
  • Renamed tests folder to test, so it is included automatically in release
tinyec - v0.3

Published by alexmgr about 9 years ago

  • Added ECDH support
  • Fixed packaging by adding MANIFEST.in file
  • Better printing of parameters and curves
  • Fixed bug in not-equal code
tinyec - v0.1

Published by alexmgr about 9 years ago

  • Arithmetic on elliptic curves
  • Most common curves added