Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #211 from BANKEX/develop
Browse files Browse the repository at this point in the history
Remove libsodium
  • Loading branch information
shamatar authored Aug 10, 2018
2 parents 004bad3 + c049c9e commit 6880d0a
Show file tree
Hide file tree
Showing 500 changed files with 4,429 additions and 35,544 deletions.
7 changes: 4 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
def import_pods
pod 'scrypt', '~> 1.5'
pod "PromiseKit", "~> 6.3"
pod 'BigInt', '~> 3.1'
pod 'CryptoSwift', '~> 0.10'
pod 'CryptoSwift', '~> 0.11'
pod 'Result', '~> 3.0'
pod 'libsodium', :modular_headers => true
# pod 'libsodium', :modular_headers => true
pod 'secp256k1_ios', :git => 'https://github.com/shamatar/secp256k1_ios.git', :modular_headers => true
end

target 'web3swift-macOS' do
platform :osx, '10.13'
platform :osx, '10.11'
# use_frameworks!
use_modular_headers!
import_pods
Expand Down
17 changes: 9 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PODS:
- BigInt (3.1.0):
- SipHash (~> 1.2)
- CryptoSwift (0.10.0)
- libsodium (1.0.12)
- CryptoSwift (0.11.0)
- PromiseKit (6.3.4):
- PromiseKit/CorePromise (= 6.3.4)
- PromiseKit/Foundation (= 6.3.4)
Expand All @@ -13,24 +12,26 @@ PODS:
- PromiseKit/UIKit (6.3.4):
- PromiseKit/CorePromise
- Result (3.2.4)
- scrypt (1.5):
- CryptoSwift (~> 0.11)
- secp256k1_ios (0.1.3)
- SipHash (1.2.2)

DEPENDENCIES:
- BigInt (~> 3.1)
- CryptoSwift (~> 0.10)
- libsodium
- CryptoSwift (~> 0.11)
- PromiseKit (~> 6.3)
- Result (~> 3.0)
- scrypt (~> 1.5)
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- BigInt
- CryptoSwift
- libsodium
- PromiseKit
- Result
- scrypt
- SipHash

EXTERNAL SOURCES:
Expand All @@ -44,13 +45,13 @@ CHECKOUT OPTIONS:

SPEC CHECKSUMS:
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
CryptoSwift: ad5208dd2aae0a764ea4ce2c2d34bd067cae67f0
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
scrypt: 0da45be386be45f857d8545216148e86e753a9a1
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4

PODFILE CHECKSUM: 7bf3f0b4c63191f570350a917c9cf1da16215395
PODFILE CHECKSUM: ee85c7e6b43ed8a658c17d7f72f086ad3a5af402

COCOAPODS: 1.5.3
2 changes: 1 addition & 1 deletion Pods/CryptoSwift/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

158 changes: 9 additions & 149 deletions Pods/CryptoSwift/Sources/CryptoSwift/AES.Cryptors.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions Pods/CryptoSwift/Sources/CryptoSwift/BlockDecryptor.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 57 additions & 0 deletions Pods/CryptoSwift/Sources/CryptoSwift/BlockEncryptor.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6880d0a

Please sign in to comment.