Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 295 Bytes

File metadata and controls

16 lines (11 loc) · 295 Bytes

libsecp256k1.swift

Swift package wrapper around bitcoin-core/secp256k1

Installation

.package(
    url: "https://github.com/unistash-io/libsecp256k1.swift.git",
    .upToNextMajor(from: "0.0.1")
)

Authors