indutny / elliptic

Fast Elliptic Curve Cryptography in plain javascript
1.68k stars 373 forks source link

adding bracket around assert #287

Open leefsmp opened 2 years ago

leefsmp commented 2 years ago

for some reason unknown to me, the assert are being removed by our webpack build which is causing a build error of our all app. Simply adding brackets around those if/else if is solving the problem.