ref: 15b2a406cc0e11377cee12b5a112c003f7250a7f
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);
};