shithub: purgatorio

ref: 254b07675e1a5348f2a8723f55e6b5b1b18a4721
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);
};