Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit cdc7728

Browse files
iohk-bors[bot]KtorZ
andcommitted
Merge #4009
4009: Update 'cardano-crypto' extra-dependency to 45e1a0ea (support for XPrv generation with pbkdf) r=KtorZ a=KtorZ ## Description <!--- A brief description of this PR and the problem is trying to solve --> Updates cardano-crypto with the recent addition from IntersectMBO/cardano-crypto#54 which adds support for a new XPrv generation method using a raw entropy from mnemonic words and PBKDF hashing to generate the master key. ## Linked issue <!--- Put here the relevant issue from YouTrack --> Co-authored-by: KtorZ <[email protected]>
2 parents 3212aa9 + 875bc82 commit cdc7728

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.stack-to-nix.cache

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-crypto.nix

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -13340,8 +13340,8 @@ version = "1.1.0";
1334013340
src = fetchgit {
1334113341

1334213342
url = "https://github.com/input-output-hk/cardano-crypto";
13343-
sha256 = "0afacdk9ibdzay43l79r1zvg957gkrnrfla5dzcd64jz6xnigg8j";
13344-
rev = "59eb60b3a227c615736db9bb1609fd5c20109098";
13343+
sha256 = "1jyzai4sn9hi3p6r97h54f9a7an7vk38lwrbl4mds9zmdsw5f5ad";
13344+
rev = "45e1a0eafac774c109704be44ca06fd8cae193ba";
1334513345
fetchSubmodules = true;
1334613346

1334713347
};

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ packages:
5252

5353
- location:
5454
git: https://github.com/input-output-hk/cardano-crypto
55-
commit: 59eb60b3a227c615736db9bb1609fd5c20109098
55+
commit: 45e1a0eafac774c109704be44ca06fd8cae193ba
5656
extra-dep: true
5757
# to be removed when haskell-ip is in the current stackage version
5858
- location:

0 commit comments

Comments
 (0)