From ac728b82520e93a17deb1c2af2c9c952274db703 Mon Sep 17 00:00:00 2001 From: Yehor Popovych Date: Thu, 20 May 2021 22:05:58 +0300 Subject: [PATCH] updated readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1de5f27..3b5344a 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,10 @@ Cross-platform BIP39 mnemonic implementation for Swift. -Provides built-in C implementation for SHA256 and PBKDF2 for Linux platform. Implementation copied from [trezor-crypto repository](https://github.com/trezor/trezor-crypto). - ## Installation Bip39.swift deploys to macOS, iOS, tvOS, watchOS and Linux. It has been tested on the latest OS releases only however, as the module uses very few platform-provided APIs, there should be very few issues with earlier versions. -Bip39.swift can be ported to more platforms. If OS has built-in PBKDF2 and SHA256 APIs they can be used instead of provided C versions. On Apple plaforms library uses CommonCrypto framework. Secure random generator should be ported too. - Setup instructions: - **Swift Package Manager:**