static S getPublicKeyOfComputer(S computer) { if (!isComputerID(computer)) null; if (eq(computer, computerID())) ret getMyPublicKey(); ret mechMap("Computer Public Keys").get(computer); }