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