pub fn verify_signatures(
node: &CompositionNode,
store: &(impl StageStore + ?Sized),
) -> Vec<SignatureViolation>Expand description
Pre-flight check: walk the graph and verify every stage’s Ed25519 signature.
Returns an empty vec when all signatures pass. Stages with a missing signature OR an invalid signature are both reported as violations.