Skip to content

Commit

Permalink
Update crypto libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
chiliec authored Feb 12, 2024
2 parents daee6d1 + ae4700f commit b5d4c0a
Show file tree
Hide file tree
Showing 62 changed files with 684 additions and 8,686 deletions.
7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ let package = Package(
url: "https://github.com/lukaskubanek/OrderedDictionary.git",
from: "4.0.0"
),
.package(name: "secp256k1gm", url: "https://github.com/greymass/secp256k1.git", .branch("master")),
],
targets: [
.target(
name: "Crypto",
dependencies: []
),
.target(
name: "secp256k1",
dependencies: []
),
.target(
name: "VIZ",
dependencies: ["Crypto", "AnyCodable", "OrderedDictionary", "secp256k1"]
dependencies: ["Crypto", "AnyCodable", "OrderedDictionary", "secp256k1gm"]
),
.testTarget(
name: "UnitTests",
Expand Down
Loading

0 comments on commit b5d4c0a

Please sign in to comment.