Skip to content

Commit 75670bb

Browse files
committed
update dependency.
1 parent 88896ed commit 75670bb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Classes/ECDHAlgorithmSwift.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Created by MorganChen on 2025/3/26.
55
//
66

7+
import ECDHAlgorithmiOS
8+
79
class ECDHAlgorithmSwift: NSObject {
810

911
private var sharedKey: Data?

Classes/Tool/Constants.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Created by MorganChen on 2025/3/26.
55
//
66

7+
import ECDHAlgorithmiOS
8+
79
//Default Settings
810
let defaultGMEllipticCurve: GMEllipticCurve = GMEllipticCurveSecp256r1
911
let defaultCompressedPublicKey: Bool = true

ECDHAlgorithmSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "ECDHAlgorithmSwift"
19-
spec.version = "1.0.21"
19+
spec.version = "1.0.22"
2020
spec.summary = "A key exchange protocol algorithm based on elliptic curve cryptography for Swift."
2121

2222
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)