indutny / elliptic

Fast Elliptic Curve Cryptography in plain javascript
1.66k stars 359 forks source link

v6.5.2 has a breaking change #314

Closed ljharb closed 4 months ago

ljharb commented 4 months ago

https://github.com/indutny/elliptic/commit/ec735edde187a43693197f6fa3667ceade751a3a

Specifically, array fill doesn't exist in node < 4, which this package supports.

ljharb commented 4 months ago

Thanks!