Chris Duncan
Chris Duncan
Fair enough, but then am I seeing correctly that the usage of the PBKDF2 function in lib/bip39-mnemonic.ts only iterates 2048 times instead of the lib's default of 250,000? It seems...
Got it, thank you for educating me! > Thank you for the pull request. I have previously tried to upgrade the major version of crypto-js with adverse effects [and had...
This issue is not resolved with `"json.schemas": []` for me either.
Yes to XNO please.
I developed a WebGPU-based BLAKE2b implementation, and it performs approximately 20-30% slower than an equivalent OpenCL-based implementation primarily due to the extra bit-carry operations required for arithmetic on 32-bit integer...
I developed a WebGPU-based BLAKE2b implementation, and it performs approximately 20-30% slower than an equivalent OpenCL-based implementation primarily due to the extra operations required for arithmetic on 32-bit integer pairs...