23 lines
775 B
Nix
23 lines
775 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, byteable, cryptoCipherTests, cryptoCipherTypes, QuickCheck
|
|
, securemem, testFramework, testFrameworkQuickcheck2
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "cipher-aes";
|
|
version = "0.2.8";
|
|
sha256 = "13hg8gxhs7hmni72kp14hmhvfv1kj7fnl83i72bz3aq15vx3z61z";
|
|
buildDepends = [ byteable cryptoCipherTypes securemem ];
|
|
testDepends = [
|
|
byteable cryptoCipherTests cryptoCipherTypes QuickCheck
|
|
testFramework testFrameworkQuickcheck2
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/vincenthz/hs-cipher-aes";
|
|
description = "Fast AES cipher implementation with advanced mode of operations";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|