]> zoso.dev Git - libnemo.git/commit
Create web worker to generate AES-GCM keys for locking wallets and accounts since...
authorChris Duncan <chris@zoso.dev>
Mon, 18 Nov 2024 18:02:46 +0000 (10:02 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 18 Nov 2024 18:02:46 +0000 (10:02 -0800)
commit100487fc1ce9824f12c83918c875e409ff2ca0c9
treeccf39fd88de7739cef9bac2458ef45f7aa52995f
parent61a1e03a2cfb0f400f778f2efef7ac61a32f5a9d
Create web worker to generate AES-GCM keys for locking wallets and accounts since generating them from a password involves the long-running PBKDF2 process.
src/lib/passkey.ts [new file with mode: 0644]
src/lib/safe.ts