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

SHA-384 support

asauber opened this issue · comments

Hi, I'm working on a project that I'd like to support SHA-384. Any plans to implement this?

commented

There's no plan for that, however if you can provide a good implementation, I'm open to merge it.

According to Wiki, the SHA-384 is just a truncated version of 512: https://en.wikipedia.org/wiki/Secure_Hash_Algorithms

@h2non this issue should be closed as no implementation has been provided within a year...

commented

Right, I don't even think I would support that either. Closing...