ref: d0ab3a0dd8f6355b3603d0fb04043a9ae867639b
dir: /module/keyset.m/
Keyset: module
{
PATH: con "/dis/lib/keyset.dis";
init: fn(): string;
pkhash: fn(pk: string): string;
keysforsigner: fn(signername: string, spk: string, user: string, dir: string): (list of (string, string, string), string);
};