rvgrinsven / blake3-js

Pure javascript implementation of BLAKE3
Apache License 2.0
3 stars 3 forks source link

Pre-packaged blake3.js #7

Open alexxroche opened 3 years ago

alexxroche commented 3 years ago

For those who don't have webpack installed, (and are unable to install npm due to security considerations) it would be very helpful if you included a packed release candidate in /dist

(Also save global CPU cycles by removing the need for each person to package and uglify this themselves into blake3.min.js .)

Thank you.

alexxroche commented 3 years ago

Or you could just submit your code in the form of a pull request to https://github.com/brix/crypto-js ?