We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821e5a2 commit 1f4d17eCopy full SHA for 1f4d17e
examples/browser-extension/src/background.ts
@@ -7,11 +7,6 @@ import {
7
import _sodium from "libsodium-wrappers";
8
import jwk from "../../rfc9421-keys/ed25519.json" assert { type: "json" };
9
10
-// Make sure sodium is ready
11
-(async () => {
12
- await _sodium.ready;
13
-})();
14
-
15
// THIS IS DETERMINISTIC AND BASED ON THE KEY MATERIAL
16
let KEY_ID = "not-set-yet";
17
jwkToKeyID(jwk, helpers.WEBCRYPTO_SHA256, helpers.BASE64URL_DECODE).then(
0 commit comments