Files
2024-07-05 13:46:23 +02:00

3 lines
161 B
TypeScript

import type { TLogEntryWithInclusionProof } from '@sigstore/bundle';
export declare function verifyMerkleInclusion(entry: TLogEntryWithInclusionProof): boolean;