UNPKG

dcc-decoder

Version:

<img alttext="COVID Green Logo" src="https://raw.githubusercontent.com/lfph/artwork/master/projects/covidgreen/stacked/color/covidgreen-stacked-color.png" width="300" />

5 lines (4 loc) 227 B
/// <reference types="node" /> import { SigningKey } from '../types'; import { ALGOS } from '../types/hcert'; export default function verifySignature(message: Buffer, algo: ALGOS, keys: SigningKey[]): Promise<boolean | Error>;