From 0cee223baea49feaeb5ed3d1cd84d67e92736a7b Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Sat, 9 Jan 2021 15:31:03 +0100 Subject: [PATCH] Update readme 2 --- README.md | 41 ++++++++++++++++------------------------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 4188c2b..8b1e962 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,6 @@ ![Danger: Experimental](https://camo.githubusercontent.com/275bc882f21b154b5537b9c123a171a30de9e6aa/68747470733a2f2f7261772e6769746875622e636f6d2f63727970746f7370686572652f63727970746f7370686572652f6d61737465722f696d616765732f6578706572696d656e74616c2e706e67) -# Kotlin Multiplatform Crypto Library - -This repository contains two cryptography related projects: - -1. Libsodium bindings for Kotiln Multiplatform -2. Pure/Delegated kotlin multiplatform crypto library written from scratch in pure kotlin/delegated to libsodium. [Link to project readme](https://github.com/ionspin/kotlin-multiplatform-crypto/blob/master/multiplatform-crypto-api/README.md) - -This readme represents the libsodium bindings project - # Libsodium bindings for Kotiln Multiplatform Libsodium bindings project uses libsodium c sources, libsodium.js as well as LazySodium Java and Android to provide a kotlin multiplatform wrapper library for libsodium. @@ -116,22 +107,22 @@ At the moment you should refer to original libsodium documentation for instructi Currently supported native platforms: -|Platform|Pure variant| Delegated variant| -|--------|------------|------------------| -|Linux X86 64| :heavy_check_mark: | :heavy_check_mark: | -|Linux Arm 64| :heavy_check_mark: | :heavy_check_mark: | -|Linux Arm 32| :heavy_check_mark: | :x: | -|macOS X86 64| :heavy_check_mark: | :heavy_check_mark: | -|iOS x86 64 | :heavy_check_mark: | :heavy_check_mark: | -|iOS Arm 64 | :heavy_check_mark: | :heavy_check_mark: | -|iOS Arm 32 | :heavy_check_mark: | :heavy_check_mark: | -|watchOS X86 32 | :heavy_check_mark: | :heavy_check_mark: | -|watchOS Arm 64(_32) | :heavy_check_mark: | :heavy_check_mark: | -|watchos Arm 32 | :heavy_check_mark: | :heavy_check_mark: | -|tvOS X86 64 | :heavy_check_mark: | :heavy_check_mark: | -|tvOS Arm 64 | :heavy_check_mark: | :heavy_check_mark: | -|minGW X86 64| :heavy_check_mark: | :heavy_check_mark: | -|minGW X86 32| :x: | :x: | +|Platform| Supported | +|--------|------------------| +|Linux X86 64| :heavy_check_mark: | +|Linux Arm 64| :heavy_check_mark: | +|Linux Arm 32| :x: | +|macOS X86 64| :heavy_check_mark: | +|iOS x86 64 | :heavy_check_mark: | +|iOS Arm 64 | :heavy_check_mark: | +|iOS Arm 32 | :heavy_check_mark: | +|watchOS X86 32 | :heavy_check_mark: | +|watchOS Arm 64(_32) | :heavy_check_mark: | +|watchos Arm 32 | :heavy_check_mark: | +|tvOS X86 64 | :heavy_check_mark: | +|tvOS Arm 64 | :heavy_check_mark: | +|minGW X86 64| :heavy_check_mark: | +|minGW X86 32| :x: | ### TODO: