common.h 126 B

1234567
  1. #ifndef _TOTP_COMMON_TYPES_H_
  2. #define _TOTP_COMMON_TYPES_H_
  3. #define LOGGING_TAG "TOTP APP"
  4. #define CRYPTO_KEY_SLOT 2
  5. #endif