Skip to content

Commit

Permalink
Fix CI (#33)
Browse files Browse the repository at this point in the history
* use already defined function

* bump zxliib

* update snapshots
  • Loading branch information
chcmedeiros authored Oct 23, 2024
1 parent 0ca3153 commit ee6032c
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions app/src/crypto_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,14 @@
#include "keys_personalizations.h"
#include "rslib.h"
#include "zxformat.h"
#include "parser_common.h"

#if defined(LEDGER_SPECIFIC)
#include "cx.h"
#include "cx_blake2b.h"
#endif
#include "blake2.h"

#define CHECK_PARSER_OK(CALL) \
do { \
parser_error_t __cx_err = CALL; \
if (__cx_err != parser_ok) { \
return zxerr_unknown; \
} \
} while (0)

parser_error_t convertKey(const uint8_t spendingKey[KEY_LENGTH], const uint8_t modifier, uint8_t outputKey[KEY_LENGTH],
bool reduceWideByte) {
uint8_t output[64] = {0};
Expand Down
2 changes: 1 addition & 1 deletion deps/ledger-zxlib
Binary file modified tests_zemu/snapshots/fl-mainmenu/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/fl-mainmenu/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/fl-mainmenu/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/st-mainmenu/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/st-mainmenu/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests_zemu/snapshots/st-mainmenu/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee6032c

Please sign in to comment.