asmcrypto / asmcrypto.js

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

include pbkdf2-hmac-sha512 module in gruntfile #122

Closed ryan-allen closed 7 years ago

ryan-allen commented 7 years ago

hey there! i needed to use sha512 of pbkdf2, and it wasn't in the gruntfile despite being in /src/, so here it is 😄

vibornoff commented 7 years ago

You should follow the build instruction in order to make your own asmcrypto.js build with everything you need.