UNPKG

@gaonengwww/jose

Version:

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

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