/libsecp256k1.swift

Swift package wrapper around bitcoin-core/secp256k1

Primary LanguageCMIT LicenseMIT

libsecp256k1.swift

Swift package wrapper around bitcoin-core/secp256k1

Installation

.package(
    url: "https://github.com/lumoscompany/libsecp256k1.swift.git",
    .upToNextMajor(from: "0.1.0")
)

Authors