]> zoso.dev Git - libnemo.git/commit
Refactor passkey function to immediately execute polyfill if needed and export the...
authorChris Duncan <chris@zoso.dev>
Mon, 18 Nov 2024 20:15:01 +0000 (12:15 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 18 Nov 2024 20:15:01 +0000 (12:15 -0800)
commit4e8cd77742467d0d6875f6883db265c5d47c651a
tree5308a10640a4070048a18c63fd919b30a1070d5a
parent100487fc1ce9824f12c83918c875e409ff2ca0c9
Refactor passkey function to immediately execute polyfill if needed and export the function as a data URL string instead of a blob URL which doesn't work for creating workers. Test replacing key creation in Safe class with message to worker. Add data shape checks to wallet creation test. Add wallet gen performance tests.
package.json
src/lib/passkey.ts
src/lib/safe.ts
src/lib/thread.ts
test/create-wallet.test.mjs