lumoscompany / libsecp256k1.swift

Swift package wrapper around bitcoin-core/secp256k1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Swift package wrapper around bitcoin-core/secp256k1

License:MIT License


Languages

Language:C 72.6%Language:Swift 27.4%