Searched refs:encodePubKey (Results 1 – 1 of 1) sorted by relevance
255 const encodedPubKey = await encodePubKey(this.key.publicKey);613 async function encodePubKey(key: CryptoKey) { function