Skip to main content

Function: setup()

function setup(): Promise<{
msk: string;
pk: string;
}>;

Defined in: index.ts:26

Authority: mints the master key pair. Returns opaque pk (public) and msk (SECRET) blobs.

Returns

Promise<{ msk: string; pk: string; }>