UNPKG

@gaonengwww/jose

Version:

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

5 lines (3 loc) 148 B
declare function bitLength(alg: string): 96 | 128; declare const _default: (alg: string) => Uint8Array; export { bitLength, _default as default };