Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Oct 17, 2023
1 parent dd79e02 commit 7dfc284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ types and functionality related to crypto and PKI applications:
This last bit means that
**you can work with X509 Certificates, public keys, CSRs and arbitrary ASN.1 structures on iOS.**

**Do check our the full API docs [here](https://a-sit-plus.github.io/kmp-crypto/)**!
**Do check out the full API docs [here](https://a-sit-plus.github.io/kmp-crypto/)**!

## Usage

Expand All @@ -40,7 +40,7 @@ This library consists of three modules, each of which is published on maven cent
| Name | `datatypes` | `datatypes-jws` (WIP) | `datatypes-cose` (WIP) |
|----------------|------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| _Info_ | Base module containing the public key class (`CryptoPublicKey`), algorithm identifiers, the ASN.1 parser, X.509 certificate. | JWS/JWE/JWT module containing JWS/E/T-specific data structures and extensions to convert from/to types contained in the base module. Includes all required kotlinx-serialization magic to allow for spec-compliant de-/serialization. | COSE module containing all COSE/CWT-specific data structures and extensions to convert from/to types contained in the base module. Includes all required kotlinx-serialization magic to allow for spec-compliant de-/serialization. |
| _Maven Coords_ | `at.asitplus.crypto:datatypes` | `at.asitplus.crypto:datatypes-jws` | `at.asitplus.crypto:datatypes-cose` |
| _Maven Coords_ | `at.asitplus.crypto:datatypes` | <!--`at.asitplus.crypto:datatypes-jws`--> (WIP; not yet released) | <!--`at.asitplus.crypto:datatypes-cose`--> (WIP; not yet released) |

### Using it in your Projects

Expand Down

0 comments on commit 7dfc284

Please sign in to comment.