Skip to content

unistash-io/libsecp256k1.swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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