pub fn verify(
receipt_path: String,
public_key: Option<String>,
) -> Result<VerifyOutput>Expand description
Verify the cryptographic Ed25519 signature on a receipt file.
Pass --public-key <path> to supply the verifying key; falls back to
.ggen/keys/public.pem. Returns is_valid: true on a valid signature.