()
| 83 | |
| 84 | /** Clears the cached signer. Tests use this to swap keys between cases. */ |
| 85 | export function resetC2PASignerCache(): void { |
| 86 | cachedSigner = null; |
| 87 | misconfigWarned = false; |
| 88 | } |
| 89 | |
| 90 | export interface C2PAAssertions { |
| 91 | /** Name of the generator tool that produced this asset. Shown in verifier UIs. */ |
no outgoing calls
no test coverage detected