dchest / scrypt-async-js

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

WebGL #3

Closed taoeffect closed 9 years ago

taoeffect commented 9 years ago

@dchest, do you think it's possible to use WebGL for doing the computation in this library (ala webgl-scrypt)?

taoeffect commented 9 years ago

See also his post in bitcointalk.

dchest commented 9 years ago

Wow, that's some advanced alien technology! :alien: If it works, it's better to use it as a separate library for supported browsers, as I won't be able to maintain it, and it's 3x the size of scrypt-async-js.