Skip to content

Commit

Permalink
[TEST] Update CBMC to d4757e2231b236ddd1d1933b4002a5aa4ca36db9
Browse files Browse the repository at this point in the history
This commit tests the mlkem-native CBMC proofs with the current
upstream d4757e2231b236ddd1d1933b4002a5aa4ca36db9 of CBMC. This
merges diffblue/cbmc#8562 solving a
soundness issue we previously reported, but was noted to sometimes
cause performance regressions.

Signed-off-by: Hanno Becker <[email protected]>
  • Loading branch information
hanno-becker committed Jan 23, 2025
1 parent 68a82c6 commit ad937b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/cbmc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ buildEnv {
paths =
builtins.attrValues {
cbmc = cbmc.overrideAttrs (old: rec {
version = "6.4.1"; # remember to adjust this in ../flake.nix too
version = "d4757e2231b236ddd1d1933b4002a5aa4ca36db9"; # remember to adjust this in ../flake.nix too
src = fetchFromGitHub {
owner = "diffblue";
repo = old.pname;
rev = "${old.pname}-${version}";
hash = "sha256-O8aZTW+Eylshl9bmm9GzbljWB0+cj2liZHs2uScERkM=";
rev = "d4757e2231b236ddd1d1933b4002a5aa4ca36db9";
hash = "sha256-o0aiTm+HZXtzBQ94kfymkR5FHhARZvwWRjCk1p2U/P0";
};
patches = [
./0001-Do-not-download-sources-in-cmake.patch
Expand Down

0 comments on commit ad937b5

Please sign in to comment.