shithub: purgatorio

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