Function: keygen()
function keygen(msk, attributes): Promise<string>;
Defined in: index.ts:37
Authority: issues a user's attribute secret key — their attributes embedded
in the key material itself. The returned blob is the attributeKey the
consumer's infrastructure hands to that user's devices (spec 02 §4).
Parameters
| Parameter | Type |
|---|---|
msk | string |
attributes | string[] |
Returns
Promise<string>