ref: 94443daf8e248e65afc8d3f17f26efea22748b51
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);
};