Home
last modified time | relevance | path

Searched refs:encodePubKey (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/controller/
Dadb.ts255 const encodedPubKey = await encodePubKey(this.key.publicKey);
613 async function encodePubKey(key: CryptoKey) { function