Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Releases: nlindley/eccrypto

Pure JS implementation

17 Dec 02:29

Choose a tag to compare

This release only uses pure JS modules. My use case doesn’t require high performance which is outweighed by fast installs. If you would prefer an implementation with native modules, use v3.

v3.0.0

15 Dec 02:51
e66331b

Choose a tag to compare

What's Changed

  • Add sync versions of exported functions by @nlindley in #2

Breaking Changes

  • Requires Node.js 14+
  • Removes es6-promise polyfill

Full Changelog: v2.0.1...v3.0.0