Skip to content

Swift package wrapper around bitcoin-core/secp256k1

License

Notifications You must be signed in to change notification settings

lumoscompany/libsecp256k1.swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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