Files
pyrofetes-frontend/node_modules/@tufjs/models/dist/utils/verify.d.ts
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

4 lines
210 B
TypeScript

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