haskell-cprng-aes: update to version 0.5.1
This commit is contained in:
parent
b7d2154431
commit
554b7cd637
@ -1,12 +1,10 @@
|
|||||||
{ cabal, cipherAes, cryptoApi, cryptoRandomApi, entropy, random }:
|
{ cabal, byteable, cipherAes, cryptoRandom, random }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cprng-aes";
|
pname = "cprng-aes";
|
||||||
version = "0.3.4";
|
version = "0.5.1";
|
||||||
sha256 = "0k1zh4nw30qgdrkgn6x6zfbpp129f9cparzyqsdqfbf44j0mf2rw";
|
sha256 = "1bw76y2krcshimvwzph76d69bdfaxfi21w4dxfslmqm78knlls47";
|
||||||
buildDepends = [
|
buildDepends = [ byteable cipherAes cryptoRandom random ];
|
||||||
cipherAes cryptoApi cryptoRandomApi entropy random
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-cprng-aes";
|
homepage = "http://github.com/vincenthz/hs-cprng-aes";
|
||||||
description = "Crypto Pseudo Random Number Generator using AES in counter mode";
|
description = "Crypto Pseudo Random Number Generator using AES in counter mode";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user