pub fn evaluate_schnorr_verification<N: Network>(
signature: &Signature<N>,
address: &Address<N>,
message: &Value<N>,
) -> Result<bool>Expand description
Evaluate a Schnorr verification operation.
This allows running the verification without the machinery of stacks and registers. This is necessary for the Leo interpreter.