Sha256: 67bbc518b7dcce25dd74c5ab488cae1a4aad93f200896d2ca609f48dd8bc0b06
Contents?: true
Size: 210 Bytes
Versions: 36
Compression:
Stored size: 210 Bytes
Contents
import crypto from 'crypto'; import { JSONObject } from '../utils/types'; export declare const verifySignature: (metaDataSignedData: JSONObject, key: crypto.VerifyKeyObjectInput, signature: string) => boolean;
Version data entries
36 entries across 36 versions & 2 rubygems