xref: /inferno-os/module/keyset.m (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
1*46439007SCharles.ForsythKeyset: module
2*46439007SCharles.Forsyth{
3*46439007SCharles.Forsyth	PATH:	con "/dis/lib/keyset.dis";
4*46439007SCharles.Forsyth
5*46439007SCharles.Forsyth	init:	fn(): string;
6*46439007SCharles.Forsyth	pkhash:	fn(pk: string): string;
7*46439007SCharles.Forsyth	keysforsigner:	fn(signername: string, spk: string, user: string, dir: string): (list of (string, string, string), string);
8*46439007SCharles.Forsyth};
9