Skip to content

Commit

Permalink
chore: move pk position on extended structure
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Jan 17, 2025
1 parent ad02d71 commit 05923fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ typedef struct {
uint32_t version;
uint8_t depth;
uint32_t index;
uint8_t publicKey[PK_LEN_SECP256K1];
uint8_t chainCode[CHAIN_CODE_LEN_SECP256K1];
uint8_t publicKey[PK_LEN_SECP256K1];
} __attribute__((packed)) answer_extended_t;

zxerr_t ripemd160(uint8_t *in, uint16_t inLen, uint8_t *out) {
Expand Down

0 comments on commit 05923fe

Please sign in to comment.