Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 4 years ago.
I'm looking for a hash implementation that is;
- secure (practically impossible to invert)
- fast (few ms)
- light (few KB)
- runs in the browser
Ideally a SHA-256 implementation, since it is widely used and therefore widely tested against.