indutny / hash.js

Hash functions in pure javascript
318 stars 43 forks source link

Added Support for Linux On Power #34

Closed ujjwalsh closed 3 years ago

ujjwalsh commented 3 years ago

Hi, I had added ppc64le(Linux on Power) support on travis-ci in the branch and looks like its been successfully added. I believe it is ready for the final review and merge. The travis ci build logs can be verified from the link below. https://travis-ci.com/github/ujjwalsh/hash.js/builds/209186515 Please have a look.

Regards, ujjwal

indutny commented 3 years ago

Hello!

Thanks for opening this. Not that I mind adding this, but I don't see a value in it either. This module is pure-javascript and platform-independent. It is sufficient to just test it on linux.