Evo Stamatov e9cc499ed8
feat(hash-text): compute all hashes at the same time (#242)
* compute all hashes at the same time instead of using a select

* add prettier config

* Revert "add prettier config"

This reverts commit fd374ff6fdd1c91500791e18c5cce0414b08b1c9.

Prettier config is in `.eslintrc.cjs`. Should run the lint script or
should use ESLint's VS Code extension.

* fix: address requested changes

 - rename hashedText to hashText since it's a function and no longer a variable
 - rename to list to algoNames
 - rename to type to AlgoName

removed unused import

* revert back to allow empty value to be hashed; lint
2022-05-11 16:29:55 +02:00
..
2022-04-14 22:41:51 +02:00
2022-04-22 23:31:40 +02:00
2022-05-09 17:41:42 +02:00
2022-04-14 01:06:06 +02:00
2022-04-22 23:31:40 +02:00
2022-04-16 11:51:20 +02:00
2022-04-22 23:31:40 +02:00
2022-04-12 13:24:14 +02:00
2022-04-15 01:35:28 +02:00