From f4acb369884de2872acf4f89bae188f9dbecce7a Mon Sep 17 00:00:00 2001 From: Babis Routis <127745316+babisRoutis@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:07:21 +0200 Subject: [PATCH] Added Kotlin & Swift implementations from EUDIW (#415) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a955a65d..2ee28be6 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ The artifacts generated for the examples (e.g., serialized SD-JWTs, Disclosures, * Python: [Reference/Demo Implementation](https://github.com/openwallet-foundation-labs/sd-jwt-python) * Kotlin: [SD-JWT-Kotlin (ID Union)](https://github.com/IDunion/SD-JWT-Kotlin) + * Kotlin: [eudi-lib-jvm-sdjwt (EU Digital Identity Wallet)](https://github.com/eu-digital-identity-wallet/eudi-lib-jvm-sdjwt-kt) + * Swift: [eudi-lib-sdjwt-swift (EU Digital Identity Wallet)](https://github.com/eu-digital-identity-wallet/eudi-lib-sdjwt-swift) * Rust: [sd_jwt](https://github.com/kushaldas/sd_jwt) * TypeScript: [sd-jwt-js](https://github.com/openwallet-foundation-labs/sd-jwt-js) * TypeScript: [sd-jwt](https://github.com/christianpaquin/sd-jwt)