Skip to content

Commit

Permalink
fix typo in readme (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon authored Mar 28, 2023
1 parent f6f7d82 commit 605923c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_K1_ is Swift wrapper around [libsecp256k1 (bitcoin-core/secp256k1)][lib], offering ECDSA, Schnorr ([BIP340][bip340]) and ECDH features.

# Documentation
Read [full documentation on here][doc].
Read full documentation [here on SwiftPackageIndex][doc].

## Quick overview
The API of K1 maps almost 1:1 with Apple's [CryptoKit][ck], vendoring a set of keypairs, one per feature. E.g. in CryptoKit you have `Curve25519.KeyAgreement.PrivateKey` and `Curve25519.KeyAgreement.PublicKey` which are seperate for `Curve25519.Signing.PrivateKey` and `Curve25519.Signing.PublicKey`.
Expand Down

0 comments on commit 605923c

Please sign in to comment.