UNPKG

@gaonengwww/jose

Version:

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes

4 lines (2 loc) 207 B
declare const _default: (enc: string, cek: unknown, ciphertext: Uint8Array, iv: Uint8Array | undefined, tag: Uint8Array | undefined, aad: Uint8Array) => Promise<Uint8Array>; export { _default as default };