pub fn evaluate_ecdsa_verification<N: Network>(
variant: ECDSAVerifyVariant,
signature: &Value<N>,
public_key: &Value<N>,
message: &Value<N>,
) -> Result<bool>Expand description
Evaluate an ECDSA verification operation.
This allows running the verification without the machinery of stacks and registers. This is necessary for the Leo interpreter.