Skip to content

Commit a7cfb8c

Browse files
authored
Update README.md
1 parent d8ad4bd commit a7cfb8c

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# FlipBIP - BIP39 Tool
2-
BIP39 Mnemonic Generator for Flipper Zero
2+
Crypto toolkit for Flipper Zero
3+
4+
## Background
5+
6+
The goal of this project is to see how much crypto functionality can be brought to the Flipper Zero.
7+
8+
## Status
9+
10+
### Complete
11+
12+
- Trezor crypto C code ported into `crypto` subfolder
13+
- Adapted to use Flipper hardware RNG (see `crypto/rand.c`)
14+
- Imports and some C library functions modified for compatibility with FBT
15+
- Basic navigation and UI adapted from FAP Boilerplate app
16+
- BIP39 mnemonic generation supported!
17+
- 24, 18, or 12 words
18+
19+
### Work in Progress
20+
21+
- WIP: BIP39 mnemonic to seed generation
22+
- `seed` seems to be blank using `mnemonic_to_seed` func
23+
- WIP: BIP39 to BIP32 HDNode
24+
- possible memory issue
25+
26+
### (Far) Future
27+
28+
- Airgapped wallet functionality
29+
- USB/Bluetooth wallet functionality

0 commit comments

Comments
 (0)