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
Until now, we used @jargh's development branch of s2n-bignum.
This was because that branch would contain the ML-KEM and Keccak
specs necessary for the ASM functional correctness statements.
Another reason was the missing modelling of the EOR instruction.
We have since imported the relevant files directly into mlekm-native's
source tree to facilitate standalone auditing, and EOR has been merged
into s2n-bignum `main`.
In consequence, all that's neeed is s2n-bignum's `main` infrastructure,
and this commit modifies the nix flake accordingly.
Signed-off-by: Hanno Becker <[email protected]>
0 commit comments