File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
// Created by MorganChen on 2025/3/26.
5
5
//
6
6
7
+ import ECDHAlgorithmiOS
8
+
7
9
class ECDHAlgorithmSwift : NSObject {
8
10
9
11
private var sharedKey : Data ?
Original file line number Diff line number Diff line change 4
4
// Created by MorganChen on 2025/3/26.
5
5
//
6
6
7
+ import ECDHAlgorithmiOS
8
+
7
9
//Default Settings
8
10
let defaultGMEllipticCurve : GMEllipticCurve = GMEllipticCurveSecp256r1
9
11
let defaultCompressedPublicKey : Bool = true
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
16
16
#
17
17
18
18
spec . name = "ECDHAlgorithmSwift"
19
- spec . version = "1.0.21 "
19
+ spec . version = "1.0.22 "
20
20
spec . summary = "A key exchange protocol algorithm based on elliptic curve cryptography for Swift."
21
21
22
22
# This description is used to generate tags and improve search results.
You can’t perform that action at this time.
0 commit comments