Skip to content

Commit

Permalink
fix: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Jan 23, 2024
1 parent 783fece commit 068e36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ let package = Package(
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "secp256k1.swift",
name: "curveSecp256k1",
targets: ["secp256k1.swift"]),

.library(
name: "encryption_aes_cbc_sha512.swift",
name: "encryption_aes_cbc_sha512",
targets: ["encryption_aes_cbc_sha512.swift"]),
],
dependencies: [
Expand Down

0 comments on commit 068e36f

Please sign in to comment.