Skip to content

Commit 8be3f60

Browse files
committed
Update README
Added information about what the package is the TypeScript equivalent of.
1 parent b9320e3 commit 8be3f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
</div>
2222

23-
This package implements cryptographic operations required by the AT Protocol, using Apple's [swift-crypto](https://github.com/apple/swift-crypto) and compatible libraries.
23+
This Swift package implements cryptographic operations required by the AT Protocol, using Apple's [swift-crypto](https://github.com/apple/swift-crypto) and compatible libraries. It's designed to be similar in features as the [`crypto`](https://github.com/bluesky-social/atproto/tree/main/packages/crypto) package in the official [`atproto`](https://github.com/bluesky-social/atproto) TypeScript repository.
2424
ATCryptography supports the following cryptographic systems:
2525
- "p256," otherwise known as "secp256r1" or "NIST P-256."
2626
- "k256," otherwise known as "secp256k1" or "NIST K-256."

0 commit comments

Comments
 (0)