dchest / scrypt-async-js

Fast "async" scrypt implementation in JavaScript
http://dchest.github.io/scrypt-async-js/
BSD 2-Clause "Simplified" License
139 stars 26 forks source link

Feature/webworker #8

Closed evilaliv3 closed 9 years ago

evilaliv3 commented 9 years ago

@dchest this pull request:

dchest commented 9 years ago

Could you please send WebWorker implementation in a separate PR from testing/build changes? I think we can improve it with some changes in scrypt itself, but I'd like to merge those other changes first.

Also, I've created a coveralls.io account, could you change the badge URL to ../dchest/..?

Thank you!

dchest commented 9 years ago

Nevermind, I'll cherry-pick commits.

dchest commented 9 years ago

BTW, I think there are services where you can test projects in different browsers/browser versions. Are you aware of of any, and if we can get our tests running there?

dchest commented 9 years ago

Merged some of the commits: https://github.com/dchest/scrypt-async-js/pull/10

dchest commented 9 years ago

Thanks for coverage stuff, by trying to achieve 100%, I discovered this bug in UTF8 encoding: https://github.com/dchest/scrypt-async-js/commit/c554347b36718cf51164a6d1449496a8cb646c35

evilaliv3 commented 9 years ago

great :)

what do you htink about the webworker?

evilaliv3 commented 9 years ago

closing the pull requests as the code has been manually integrated by @dchest