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
This is more of a meta-issue, but we will start with specific modules.
We need to add length pre- and post-conditions on all functions that have slice inputs.
This is more of a meta-issue, but we will start with specific modules.
We need to add length pre- and post-conditions on all functions that have slice inputs.
As an illustrative example, see
libcrux/libcrux-ml-dsa/src/simd/traits.rs
Line 125 in 5689861
The general pattern is:
The ensures clause above is a bit stupid and we will try to get rid of it, but is needed for now.
The text was updated successfully, but these errors were encountered: