Skip to content

Commit 7ae2315

Browse files
committed
update scrypt version to improve the keystore performance
1 parent 90eef65 commit 7ae2315

File tree

139 files changed

+2229
-2043
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+2229
-2043
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def import_pods
2-
pod 'scrypt', '~> 1.5'
2+
pod 'scrypt', '~> 1.6'
33
pod "PromiseKit", "~> 6.3"
44
pod 'BigInt', '~> 3.1'
55
pod 'CryptoSwift', '~> 0.11'

Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ PODS:
22
- BigInt (3.1.0):
33
- SipHash (~> 1.2)
44
- CryptoSwift (0.11.0)
5-
- PromiseKit (6.3.4):
6-
- PromiseKit/CorePromise (= 6.3.4)
7-
- PromiseKit/Foundation (= 6.3.4)
8-
- PromiseKit/UIKit (= 6.3.4)
9-
- PromiseKit/CorePromise (6.3.4)
10-
- PromiseKit/Foundation (6.3.4):
5+
- PromiseKit (6.4.0):
6+
- PromiseKit/CorePromise (= 6.4.0)
7+
- PromiseKit/Foundation (= 6.4.0)
8+
- PromiseKit/UIKit (= 6.4.0)
9+
- PromiseKit/CorePromise (6.4.0)
10+
- PromiseKit/Foundation (6.4.0):
1111
- PromiseKit/CorePromise
12-
- PromiseKit/UIKit (6.3.4):
12+
- PromiseKit/UIKit (6.4.0):
1313
- PromiseKit/CorePromise
1414
- Result (3.2.4)
15-
- scrypt (1.5):
15+
- scrypt (1.6):
1616
- CryptoSwift (~> 0.11)
1717
- secp256k1_ios (0.1.3)
1818
- SipHash (1.2.2)
@@ -22,7 +22,7 @@ DEPENDENCIES:
2222
- CryptoSwift (~> 0.11)
2323
- PromiseKit (~> 6.3)
2424
- Result (~> 3.0)
25-
- scrypt (~> 1.5)
25+
- scrypt (~> 1.6)
2626
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)
2727

2828
SPEC REPOS:
@@ -46,12 +46,12 @@ CHECKOUT OPTIONS:
4646
SPEC CHECKSUMS:
4747
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
4848
CryptoSwift: ad5208dd2aae0a764ea4ce2c2d34bd067cae67f0
49-
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
49+
PromiseKit: ae3616f45d7bb9bf4ff1e91abc9b7a8c48a340e0
5050
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
51-
scrypt: 0da45be386be45f857d8545216148e86e753a9a1
51+
scrypt: 9b08b4f2a45cb38d17026feb7e287cfca1603125
5252
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
5353
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5454

55-
PODFILE CHECKSUM: ee85c7e6b43ed8a658c17d7f72f086ad3a5af402
55+
PODFILE CHECKSUM: 6adb2e455ccff337782d78f394b1fdaa1d087882
5656

5757
COCOAPODS: 1.5.3

Pods/Headers/Public/BigInt/BigInt-iOS-umbrella.h

100755100644
File mode changed.

Pods/Headers/Public/BigInt/BigInt-iOS.modulemap

100755100644
File mode changed.

Pods/Headers/Public/BigInt/BigInt-macOS-umbrella.h

100755100644
File mode changed.

Pods/Headers/Public/BigInt/BigInt-macOS.modulemap

100755100644
File mode changed.

Pods/Headers/Public/CryptoSwift/CryptoSwift-iOS-umbrella.h

100755100644
File mode changed.

Pods/Headers/Public/CryptoSwift/CryptoSwift-iOS.modulemap

100755100644
File mode changed.

Pods/Headers/Public/CryptoSwift/CryptoSwift-macOS-umbrella.h

100755100644
File mode changed.

Pods/Headers/Public/CryptoSwift/CryptoSwift-macOS.modulemap

100755100644
File mode changed.

0 commit comments

Comments
 (0)