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) 167 B
declare function bitLength(alg: string): 128 | 256 | 192 | 384 | 512; declare const _default: (alg: string) => Uint8Array; export { bitLength, _default as default };