code: 9ferno

ref: 957c1191e660f4ff75ec9e847377ba70deb7d0ee
dir: /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);
};