h2non / jshashes

Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split algorithms into separate modules

rexxars opened this issue · comments

Would be really nice if we could include only the hashing algorithms we need.

If you only need MD5, it would be nice to be able to exclude SHA1, SHA256, SHA512, CRC32 etc etc.

commented

Thank you for the comment.
I'm sorry, there is no plan to isolate them.