Skip to content

Commit

Permalink
Merge pull request #878 from web3swift-team/changes-test
Browse files Browse the repository at this point in the history
secp256k1 c module with dependency replacement
  • Loading branch information
yaroslavyaroslav authored Dec 28, 2024
2 parents ac82599 + 4bca11f commit ebcf9c6
Show file tree
Hide file tree
Showing 46 changed files with 1 addition and 12,105 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
.library(name: "web3swift", targets: ["web3swift"])
],
dependencies: [
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
.package(url: "https://github.com/attaswift/BigInt.git", .upToNextMinor(from: "5.4.0")),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.5.1"),
.package(name: "secp256k1", url: "https://github.com/GigaBitcoin/secp256k1.swift", .upToNextMinor(from: "0.10.0")),
],
Expand Down
33 changes: 0 additions & 33 deletions Sources/secp256k1/basic-config.h

This file was deleted.

54 changes: 0 additions & 54 deletions Sources/secp256k1/ecdh_impl.h

This file was deleted.

21 changes: 0 additions & 21 deletions Sources/secp256k1/ecdsa.h

This file was deleted.

Loading

0 comments on commit ebcf9c6

Please sign in to comment.