UNPKG

@vaxxnz/nzcp

Version:

A JavaScript implementation of the NZ COVID Pass verification

3 lines (2 loc) 178 B
import { DecodedCOSEStructure } from "./coseTypes"; export declare function validateCOSESignature(decodedCOSEStructure: DecodedCOSEStructure, publicKeyJwt: JsonWebKey): boolean;