Skip to content

Commit b380439

Browse files
author
Alex Vlasov
committed
start removing libsodium that was used for one function
1 parent a702fdb commit b380439

40 files changed

+4977
-4093
lines changed

Podfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
def import_pods
2+
# pod 'scrypt', '~> 1.3'
23
pod "PromiseKit", "~> 6.3"
34
pod 'BigInt', '~> 3.1'
4-
pod 'CryptoSwift', '~> 0.10'
5+
pod 'CryptoSwift', '~> 0.11'
56
pod 'Result', '~> 3.0'
67
pod 'libsodium', :modular_headers => true
78
pod 'secp256k1_ios', :git => 'https://github.com/shamatar/secp256k1_ios.git', :modular_headers => true
89
end
910

1011
target 'web3swift-macOS' do
11-
platform :osx, '10.13'
12+
platform :osx, '10.11'
1213
# use_frameworks!
1314
use_modular_headers!
1415
import_pods

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- BigInt (3.1.0):
33
- SipHash (~> 1.2)
4-
- CryptoSwift (0.10.0)
4+
- CryptoSwift (0.11.0)
55
- libsodium (1.0.12)
66
- PromiseKit (6.3.4):
77
- PromiseKit/CorePromise (= 6.3.4)
@@ -18,7 +18,7 @@ PODS:
1818

1919
DEPENDENCIES:
2020
- BigInt (~> 3.1)
21-
- CryptoSwift (~> 0.10)
21+
- CryptoSwift (~> 0.11)
2222
- libsodium
2323
- PromiseKit (~> 6.3)
2424
- Result (~> 3.0)
@@ -44,13 +44,13 @@ CHECKOUT OPTIONS:
4444

4545
SPEC CHECKSUMS:
4646
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
47-
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
47+
CryptoSwift: ad5208dd2aae0a764ea4ce2c2d34bd067cae67f0
4848
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
4949
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
5050
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
5151
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
5252
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5353

54-
PODFILE CHECKSUM: 7bf3f0b4c63191f570350a917c9cf1da16215395
54+
PODFILE CHECKSUM: 60655198d2d5ed19e84e1ba8973ebc3091016c26
5555

5656
COCOAPODS: 1.5.3

Pods/CryptoSwift/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CryptoSwift/Sources/CryptoSwift/AES.Cryptors.swift

Lines changed: 9 additions & 149 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CryptoSwift/Sources/CryptoSwift/BlockDecryptor.swift

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CryptoSwift/Sources/CryptoSwift/BlockEncryptor.swift

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/BlockMode.swift

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/CBC.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/CryptoSwift/Sources/CryptoSwift/BlockMode/CFB.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)