You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
On 2020-05-06 @pvienhage wrote in af4b6e2 “Basic autogeneration (#687)”:
Remove this when we support negatives
// We map each trace to the row it containsletmut rows = trace_keys
.iter().map(|expression| {match expression {// TODO - Remove this when we support negatives#[allow(clippy::cast_sign_loss)]RationalExpression::Trace(_, j) => *j asusize,
_ => panic!("Non trace in trace array"),}})
On 2020-05-06 @pvienhage wrote in
af4b6e2
“Basic autogeneration (#687)”:Remove this when we support negatives
From
crypto/stark/src/solidity_verifier.rs:298
The text was updated successfully, but these errors were encountered: