15 , withFreestanding ? false
19 buildDunePackage rec {
20 pname = "mirage-crypto-ec";
22 inherit (mirage-crypto)
26 nativeBuildInputs = [ pkg-config ];
30 propagatedBuildInputs = [
33 ] ++ lib.optionals withFreestanding [
51 meta = mirage-crypto.meta // {
52 description = "Elliptic Curve Cryptography with primitives taken from Fiat";