Krzysztof Kotowicz

Results 232 comments of Krzysztof Kotowicz

_From [[email protected]](https://code.google.com/u/[email protected]/) on July 18, 2014 14:09:20_ **Labels:** -Restrict-View-CoreTeam

_From [[email protected]](https://code.google.com/u/[email protected]/) on July 18, 2014 14:11:06_ it's worth noting we would also like to use scrypt KDF for some of the computation, but have been a bit too busy...

_From [[email protected]](https://code.google.com/u/[email protected]/) on July 20, 2014 07:39:18_ Actually, simple explanation for SHA2_64b: Defined on 64-bit uints. As I did not realize until looking at the code, JS doesn't have these....

_From [[email protected]](https://code.google.com/u/101074124278133373879/) on July 20, 2014 09:28:26_ To answer the question. SHA-512 is slower than SHA-256 because it works on 64-bit quantities rather than 32-bit quantities, and JS doesn't support...

_From [[email protected]](https://code.google.com/u/[email protected]/) on July 21, 2014 01:27:42_ f...: Just so you're aware, some patches to Closure library in Issue 113 . I was seeing a speedup of about 20-25% for...

_From [[email protected]](https://code.google.com/u/[email protected]/) on August 11, 2014 22:22:32_ Still need to check in a cr-48 the performance hit of using c=255. Sorry for the delay.

_From [[email protected]](https://code.google.com/u/[email protected]/) on August 11, 2014 23:08:42_ No problem; the performance improvements to Closure in issue 113 are still waiting to be merged. (So you may want to wait on...