mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-09 06:50:58 +00:00
add USE_CARDANO default to options.h
This commit is contained in:
parent
0d215161dc
commit
e6b5538a8e
@ -81,6 +81,11 @@
|
|||||||
#define USE_MONERO 0
|
#define USE_MONERO 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// support CARDANO operations
|
||||||
|
#ifndef USE_CARDANO
|
||||||
|
#define USE_CARDANO 0
|
||||||
|
#endif
|
||||||
|
|
||||||
// support Keccak hashing
|
// support Keccak hashing
|
||||||
#ifndef USE_KECCAK
|
#ifndef USE_KECCAK
|
||||||
#define USE_KECCAK 1
|
#define USE_KECCAK 1
|
||||||
|
Loading…
Reference in New Issue
Block a user