UNPKG

@tufjs/models

Version:
4 lines (3 loc) 210 B
import crypto from 'crypto'; import { JSONObject } from '../utils/types'; export declare const verifySignature: (metaDataSignedData: JSONObject, key: crypto.VerifyKeyObjectInput, signature: string) => boolean;