You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swift library and bindings for ECDSA signatures and secret/public key operations using [libsecp256k1](https://github.com/bitcoin-core/secp256k1).
4
+
Swift library plus bindings for ECDSA signatures and secret/public key operations using [libsecp256k1](https://github.com/bitcoin-core/secp256k1).
5
5
6
6
7
-
# Objective
8
-
This library aims to be a lightweight wrapper for clients to include ECDSA functionality in Swift. The package aims to stay up-to-date and uses a submodule set to the default git branch of secp256k1.
7
+
# Objectives
9
8
9
+
Long-term goals are:
10
+
- Lightweight ECDSA functionality
11
+
- APIs modeled after [Swift Crypto](https://github.com/apple/swift-crypto)
12
+
- Up-to-date with future versions of Swift and libsecp256k1
0 commit comments