Tim van der Meij fe08ef4e39
Fix var conversions that ESLint could not do automatically
This mainly involves the `crypto_spec.js` file which declared most
variables before their usage, which is not really consistent with the
rest of the codebase. This also required reformatting some long arrays
in that file because otherwise we would exceed the 80 character line
limit. Overall, this makes the code more readable.
2020-10-25 16:17:12 +01:00
..
2020-04-14 12:28:14 +02:00
2017-02-27 08:32:39 -06:00
2020-09-09 11:46:02 +02:00