Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed May 20, 2021
1 parent 1aa2bb9 commit ac728b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit ac728b8

Please sign in to comment.