Skip to content

Commit 87177db

Browse files
author
Alex Vlasov
committed
remove libsodium
1 parent b380439 commit 87177db

File tree

448 files changed

+2675
-35003
lines changed

Some content is hidden

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

448 files changed

+2675
-35003
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
def import_pods
2-
# pod 'scrypt', '~> 1.3'
2+
pod 'scrypt', '~> 1.5'
33
pod "PromiseKit", "~> 6.3"
44
pod 'BigInt', '~> 3.1'
55
pod 'CryptoSwift', '~> 0.11'
66
pod 'Result', '~> 3.0'
7-
pod 'libsodium', :modular_headers => true
7+
# pod 'libsodium', :modular_headers => true
88
pod 'secp256k1_ios', :git => 'https://github.com/shamatar/secp256k1_ios.git', :modular_headers => true
99
end
1010

Podfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ PODS:
22
- BigInt (3.1.0):
33
- SipHash (~> 1.2)
44
- CryptoSwift (0.11.0)
5-
- libsodium (1.0.12)
65
- PromiseKit (6.3.4):
76
- PromiseKit/CorePromise (= 6.3.4)
87
- PromiseKit/Foundation (= 6.3.4)
@@ -13,24 +12,26 @@ PODS:
1312
- PromiseKit/UIKit (6.3.4):
1413
- PromiseKit/CorePromise
1514
- Result (3.2.4)
15+
- scrypt (1.5):
16+
- CryptoSwift (~> 0.11)
1617
- secp256k1_ios (0.1.3)
1718
- SipHash (1.2.2)
1819

1920
DEPENDENCIES:
2021
- BigInt (~> 3.1)
2122
- CryptoSwift (~> 0.11)
22-
- libsodium
2323
- PromiseKit (~> 6.3)
2424
- Result (~> 3.0)
25+
- scrypt (~> 1.5)
2526
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)
2627

2728
SPEC REPOS:
2829
https://github.com/cocoapods/specs.git:
2930
- BigInt
3031
- CryptoSwift
31-
- libsodium
3232
- PromiseKit
3333
- Result
34+
- scrypt
3435
- SipHash
3536

3637
EXTERNAL SOURCES:
@@ -45,12 +46,12 @@ CHECKOUT OPTIONS:
4546
SPEC CHECKSUMS:
4647
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
4748
CryptoSwift: ad5208dd2aae0a764ea4ce2c2d34bd067cae67f0
48-
libsodium: 9a8faa5ef2fa0d2d57bd7f7d79bf8fb7c1a9f0ea
4949
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
5050
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
51+
scrypt: 0da45be386be45f857d8545216148e86e753a9a1
5152
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
5253
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5354

54-
PODFILE CHECKSUM: 60655198d2d5ed19e84e1ba8973ebc3091016c26
55+
PODFILE CHECKSUM: ee85c7e6b43ed8a658c17d7f72f086ad3a5af402
5556

5657
COCOAPODS: 1.5.3

Pods/Headers/Private/libsodium/argon2-core.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Headers/Private/libsodium/argon2-encoding.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Headers/Private/libsodium/argon2.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Headers/Private/libsodium/base.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Headers/Private/libsodium/base2.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Headers/Private/libsodium/blake2.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Headers/Private/libsodium/blake2b-compress-avx2.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

Pods/Headers/Private/libsodium/blake2b-compress-sse41.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)