MCPcopy Create free account
hub / github.com/CommE2E/comm / getKeyserverPublicKey

Function getKeyserverPublicKey

keyserver/src/scripts/get-keyserver-public-key.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6// Outputs the keyserver's signing ed25519 public key
7async function getKeyserverPublicKey() {
8 const contentSigningKey = await getContentSigningKey();
9 console.log(contentSigningKey);
10}
11
12main([getKeyserverPublicKey]);

Callers

nothing calls this directly

Calls 2

getContentSigningKeyFunction · 0.90
logMethod · 0.45

Tested by

no test coverage detected