Resolves #26
I translated the file src/password.js into typescript. In order to do so, I made use of interfaces for hashing and comparing messages. I also had to create different constants and state their related types to pass lint. I also made use of Promise returns and callbacks throughout the code, while also using async and await all around. I faced the timeout issue and am not entirely sure why.
Resolves #26 I translated the file src/password.js into typescript. In order to do so, I made use of interfaces for hashing and comparing messages. I also had to create different constants and state their related types to pass lint. I also made use of Promise returns and callbacks throughout the code, while also using async and await all around. I faced the timeout issue and am not entirely sure why.