]> zoso.dev Git - libnemo.git/commit
Copyiing the entire blake2b function string into the web worker proved too expensive...
authorChris Duncan <chris@zoso.dev>
Wed, 27 Nov 2024 21:29:23 +0000 (13:29 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 27 Nov 2024 21:29:23 +0000 (13:29 -0800)
commit794ac3a2fb4139dbd12fe517db3d17cedff57bbc
tree99fd4c2da09a36e18dba2642e0e38a8b9b9a504b
parent32a39c57088a01e499cb0ea9450e19a5a5d0ab8e
Copyiing the entire blake2b function string into the web worker proved too expensive, and blake2b is so optimized that web workers are 3x slower even it's embedded directly in the worker, so just revert to implementing the ckd in the wallet itself.
src/lib/wallet.ts
src/lib/workers/ckdBlake2b.ts [deleted file]