fn verify_signature(
signature: &Signature,
pubkey: &PubKey,
msg: &TransactionCommitment,
) -> bool
Expand description
Verify zkapp signature/statement with new style (chunked inputs)
fn verify_signature(
signature: &Signature,
pubkey: &PubKey,
msg: &TransactionCommitment,
) -> bool
Verify zkapp signature/statement with new style (chunked inputs)