Skip to content

Commit

Permalink
Added badged
Browse files Browse the repository at this point in the history
  • Loading branch information
carloschida committed Jul 10, 2024
1 parent 7e22350 commit d05037c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# YopakiBIP39 (Swift)

![Wordlist diff](https://github.com/yopaki/bip39-swift/actions/workflows/wordlists.yaml/badge.svg)
![Test Vectors diff](https://github.com/yopaki/bip39-swift/actions/workflows/test-vectors.yaml/badge.svg)
![Tests diff](https://github.com/yopaki/bip39-swift/actions/workflows/tests.yaml/badge.svg)

Swift implementation without dependencies of Trezor's [`python-mnemonic`](https://github.com/trezor/python-mnemonic/tree/master), i.e. [BIP-0039](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki).

⚠️ Implementation of `to_hd_master_key` is missing as it would require to include a library for Base 58 or port an implementation such as [libbase58](https://github.com/bitcoin/libbase58).
Expand Down Expand Up @@ -33,7 +37,7 @@ The tests cover the recommended vectors in [BIP-0039](https://github.com/bitcoin
- https://github.com/trezor/python-mnemonic/blob/master/vectors.json
- https://github.com/bip32JP/bip32JP.github.io/blob/master/test_JP_BIP39.json

Additionally, via GitHub Actions we check that these vectors as well as the word lists for all languages are the same as [`python-mnemonic`'s](https://github.com/trezor/python-mnemonic/tree/master)
Additionally, via GitHub Actions we check that these vectors as well as the word lists for all languages are the same as [`python-mnemonic`'s](https://github.com/trezor/python-mnemonic/tree/master).

## License

Expand Down

0 comments on commit d05037c

Please sign in to comment.