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
/// # Panics////// This function will panic if the columns are not sorted in descending order or if the columns/// vector is empty.
However, this doesn't seem to be the case, as the method doesn't panic, but indeed, it sorts the input column vectors through "sorted_by_key" (with a Reverse).
This comment needs modifications.
The text was updated successfully, but these errors were encountered:
The comment of the
commit
method of MerkleProver says (https://github.com/starkware-libs/stwo/blob/dev/crates/prover/src/core/vcs/prover.rs#L24):However, this doesn't seem to be the case, as the method doesn't panic, but indeed, it sorts the input column vectors through "sorted_by_key" (with a
Reverse
).This comment needs modifications.
The text was updated successfully, but these errors were encountered: