Newer
Older
{ mkDerivation, base, bytestring, cardano-binary
, cardano-crypto-class, deepseq, fetchzip, lib, libsodium, nothunks
}:
mkDerivation {
pname = "cardano-crypto-praos";
url = "https://chap.intersectmbo.org/package/cardano-crypto-praos-2.2.0.0.tar.gz";
sha256 = "0kwlfparmfrfqp46zysy56m3vk73vyd3qfv2k2pj6dhj749hiqvk";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
base bytestring cardano-binary cardano-crypto-class deepseq
nothunks
];
libraryPkgconfigDepends = [ libsodium ];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
description = "Crypto primitives from libsodium";
license = lib.licenses.asl20;