asmcrypto / asmcrypto.js

JavaScript Cryptographic Library with performance in mind.
MIT License
659 stars 182 forks source link

Implement SHA-3 hashing algorithm #79

Open GamePad64 opened 9 years ago

GamePad64 commented 9 years ago

SHA-3 is really great and strong hashing algorithm, which is used in modern applications. I want to use asmcrypto, but my algorithms are heavily dependent on SHA-3.

Seagulls commented 9 years ago

Would be nice if it supported progressive hashing too like cryptojs