summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tuf-js/dist/utils/signer.d.ts
blob: 376ef113c49110e6d6204a6a949e82e6a1e5ce8d (plain)
1
2
3
import crypto from 'crypto';
import { JSONObject } from '../utils/types';
export declare const verifySignature: (metaDataSignedData: JSONObject, key: crypto.VerifyKeyObjectInput, signature: string) => boolean;