UNPKG

@agnostack/verifyd

Version:

Please contact agnoStack via info@agnostack.com for any questions

8 lines 326 B
export function getAuthorizationHelpers(sharedSecret: any, { crypto: _crypto, util: _util }?: { crypto: any; util: any; }): Promise<{ encrypt: (decryptedMessage: any) => Promise<number[] | undefined>; decrypt: (encryptedMessage: any) => Promise<any>; } | undefined>; //# sourceMappingURL=authorization.d.ts.map