Skip to content

Commit

Permalink
Merge branch 'main' into jonas/kyber-redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch authored Jan 14, 2025
2 parents 5876a43 + c54a7d6 commit 146086a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 137 deletions.
191 changes: 56 additions & 135 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
url = "github:aeneasverif/eurydice";
inputs.charon.follows = "charon";
};
fstar.follows = "eurydice/fstar";
fstar.follows = "karamel/fstar";
karamel.follows = "eurydice/karamel";
hax.url = "github:hacspec/hax";
};
Expand Down Expand Up @@ -60,14 +60,16 @@
FSTAR_REV = inputs.fstar.rev;
};

craneLib = inputs.crane.mkLib pkgs;
rustToolchain = inputs.charon.packages.${system}.rustToolchain;
craneLib = (inputs.crane.mkLib pkgs).overrideToolchain rustToolchain;

ml-kem = pkgs.callPackage
({ lib
, clang-tools
, cmake
, mold-wrapped
, ninja
, git
, python3
, runCommand
, craneLib
Expand Down Expand Up @@ -98,7 +100,9 @@
cmake
mold-wrapped
ninja
git
python3
inputs.fstar.packages.${system}.default
] ++ lib.optional checkHax [
hax
];
Expand Down

0 comments on commit 146086a

Please sign in to comment.