Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ebcf9c6

Browse files
Merge pull request #878 from web3swift-team/changes-test
secp256k1 c module with dependency replacement
2 parents ac82599 + 4bca11f commit ebcf9c6

Some content is hidden

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

46 files changed

+1
-12105
lines changed

‎Package.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.library(name: "web3swift", targets: ["web3swift"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
15+
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.4.0")),
1616
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"),
1717
.package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")),
1818
],

‎Sources/secp256k1/basic-config.h‎

Lines changed: 0 additions & 33 deletions
This file was deleted.

‎Sources/secp256k1/ecdh_impl.h‎

Lines changed: 0 additions & 54 deletions
This file was deleted.

‎Sources/secp256k1/ecdsa.h‎

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /