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 251cb33 commit 5df544cCopy full SHA for 5df544c
frontend/ic_vetkeys/src/utils/utils.ts
@@ -568,7 +568,7 @@ export class DerivedKeyMaterial {
568
this.#raw = raw;
569
}
570
571
- static async fromCryptoKey(raw: CryptoKey): DerivedKeyMaterial {
+ static async fromCryptoKey(raw: CryptoKey): Promise<DerivedKeyMaterial> {
572
const derivationParams = {
573
name: "HKDF",
574
hash: "SHA-256",
0 commit comments