UNPKG

jsonwebkey-thumbprint

Version:
5 lines (3 loc) 276 B
declare const jwkThumbprintPreCompute: (jwk: JsonWebKey) => Uint8Array; declare const jwkThumbprint: (jwk: JsonWebKey, hash: (b: BufferSource) => Promise<ArrayBuffer>, decode: (s: ArrayBuffer) => string) => Promise<string>; export { jwkThumbprint, jwkThumbprintPreCompute };