node-elliptic

fast elliptic curve cryptography in pure javascript
  https://github.com/indutny/elliptic
  0
  no reviews



Fast elliptic-curve cryptography in a plain javascript implementation.

Incentive for Elliptic: ECC (another library with comparable features) is much slower than regular RSA cryptography, the JS implementations are even more slower.

Node.js is an event-based server-side JavaScript engine.