File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1- # FlipBIP - BIP32/39/44 Tool
2- Crypto toolkit for Flipper Zero
1+ # FlipBIP - BIP32/39/44
2+ ## Crypto toolkit for Flipper Zero
33- Built against ` 0.78.1 ` Flipper Zero firmware release
44- Using Trezor crypto libs from ` core/v2.5.3 ` release
5+ - Included in [ RogueMaster Custom Firmware] ( https://github.com/RogueMaster/flipperzero-firmware-wPlugins )
6+
7+ ### DONATE IF YOU FIND THE APP USEFUL
8+ - ETH (or ERC-20): ` xtruan.eth ` or ` 0xa9Ad79502cdaf4F6881f3C2ef260713e5B771CE2 `
9+ - BTC: ` 16RP5Ui5QrWrVh2rR7NKAPwE5A4uFjCfbs `
510
611## Background
712
Original file line number Diff line number Diff line change @@ -97,17 +97,17 @@ SRCS += sha2.c
9797SRCS += sha3.c
9898SRCS += hasher.c
9999SRCS += aes/aescrypt.c aes/aeskey.c aes/aestab.c aes/aes_modes.c
100- SRCS += ed25519_donna/curve25519-donna-32bit .c ed25519_donna/curve25519-donna-helpers .c ed25519_donna/modm-donna-32bit .c
101- SRCS += ed25519_donna/ed25519_donna-basepoint-table .c ed25519_donna/ed25519_donna-32bit-tables .c ed25519_donna/ed25519_donna-impl-base .c
102- SRCS += ed25519_donna/ed25519.c ed25519_donna/curve25519-donna-scalarmult-base .c ed25519_donna/ed25519-sha3 .c ed25519_donna/ed25519-keccak .c
100+ SRCS += ed25519_donna/curve25519_donna_32bit .c ed25519_donna/curve25519_donna_helpers .c ed25519_donna/modm_donna_32bit .c
101+ SRCS += ed25519_donna/ed25519_donna_basepoint_table .c ed25519_donna/ed25519_donna_32bit_tables .c ed25519_donna/ed25519_donna_impl_base .c
102+ SRCS += ed25519_donna/ed25519.c ed25519_donna/curve25519_donna_scalarmult_base .c ed25519_donna/ed25519_sha3 .c ed25519_donna/ed25519_keccak .c
103103SRCS += monero/base58.c
104104SRCS += monero/serialize.c
105105SRCS += monero/xmr.c
106106SRCS += blake256.c
107107SRCS += blake2b.c blake2s.c
108108SRCS += chacha_drbg.c
109109SRCS += groestl.c
110- SRCS += chacha20poly1305/chacha20poly1305.c chacha20poly1305/chacha_merged.c chacha20poly1305/poly1305-donna .c chacha20poly1305/rfc7539.c
110+ SRCS += chacha20poly1305/chacha20poly1305.c chacha20poly1305/chacha_merged.c chacha20poly1305/poly1305_donna .c chacha20poly1305/rfc7539.c
111111SRCS += rc4.c
112112SRCS += nem.c
113113SRCS += segwit_addr.c cash_addr.c
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Distibuted under MIT License.
3838- SHA1/SHA2: http://www.aarongifford.com/computers/sha.html
3939- SHA3: https://github.com/rhash/RHash
4040- Curve25519: https://github.com/agl/curve25519-donna
41- - Ed25519: https://github.com/floodyberry/ed25519_donna
41+ - Ed25519: https://github.com/floodyberry/ed25519-donna
4242- Chacha20: https://github.com/wg/c20p1305
4343- Poly1305: https://github.com/floodyberry/poly1305-donna
4444
You can’t perform that action at this time.
0 commit comments