16 , withFreestanding ? false
20 buildDunePackage rec {
21 pname = "mirage-crypto-ec";
23 inherit (mirage-crypto)
27 nativeBuildInputs = [ pkg-config ];
32 propagatedBuildInputs = [
36 ] ++ lib.optionals withFreestanding [
40 strictDeps = !doCheck;
53 meta = mirage-crypto.meta // {
54 description = "Elliptic Curve Cryptography with primitives taken from Fiat";