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
In other words, the two following sequences of bits should be equal. Let n be the length of serialized.
the n first bits of the 8i32 found in simd_unit.value;
the 8 bits of each u8 in serialized after calling (serialize(simd_unit, serialized)).
For the tactic, the previous tactic should work, but we need to make fold_enumerated_chunked_slice normalizable: currently it is not defined, we only have a signature.
Questions:
shall we still do F*-only specs, or do we want to reflect that in Rust?
Verify https://github.com/cryspen/libcrux/blob/main/libcrux-ml-dsa/src/simd/portable/encoding/commitment.rs
The text was updated successfully, but these errors were encountered: