1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

add USE_CARDANO default to options.h

This commit is contained in:
Pavol Rusnak 2018-09-05 15:04:32 +02:00
parent 0d215161dc
commit e6b5538a8e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -81,6 +81,11 @@
#define USE_MONERO 0
#endif
// support CARDANO operations
#ifndef USE_CARDANO
#define USE_CARDANO 0
#endif
// support Keccak hashing
#ifndef USE_KECCAK
#define USE_KECCAK 1