Audited & minimal JS implementation of hash functions, MACs and KDFs.
I was interested in getting benchmarks with native WebCrypto as well. The results are interesting: * `SHA*` hashes are 10 times slower then native NodeJS `crypto` * But `PBKDF2-HMAC-SHA*` are comparable in performance with NodeJS `crypto`
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by mahnunchik and has received 1 comments.