shithub: purgatorio

ref: f8935b5778397074d41a48205e5c7f87d7b531fe
dir: purgatorio/module/keyset.m

View raw version
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);
};