https://github.com/cryptocoinjs/ecurve
JavaScript component for Eliptic Curve Cryptography
https://github.com/cryptocoinjs/ecurve
Last synced: 8 months ago
JSON representation
JavaScript component for Eliptic Curve Cryptography
- Host: GitHub
- URL: https://github.com/cryptocoinjs/ecurve
- Owner: cryptocoinjs
- License: mit
- Created: 2013-11-06T07:06:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T17:28:43.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T11:02:20.986Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 59
- Watchers: 6
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
ecurve
=======
[](http://travis-ci.org/cryptocoinjs/ecurve)
JavaScript component for [Elliptic Curve Cryptography](http://en.wikipedia.org/wiki/Elliptic_curve_cryptography). Works in both Node.js and the browser.
Official documentation:
http://cryptocoinjs.com/modules/crypto/ecurve/
### LICENSE [MIT](LICENSE)
Parts of this software are derivative works of [`ec.js`](http://www-cs-students.stanford.edu/~tjw/jsbn/ec.js) by Tom Wu, please see the MIT-like in [LICENSE](https://github.com/cryptocoinjs/ecurve/blob/ecd0f386024dba37bba40850b4ea6d1607f10e26/lib/point.js)