Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Jun 27, 2024
1 parent 4f48e55 commit 5ccf390
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ zxerr_t crypto_sign(uint8_t *buffer, uint16_t signatureMaxlen, const uint8_t *me

cx_ecfp_private_key_t cx_privateKey;
uint8_t privateKeyData[SK_LEN_25519];
// int signatureLength = 0;
unsigned int info = 0;

signature_t *const signature = (signature_t *) buffer;
Expand Down

0 comments on commit 5ccf390

Please sign in to comment.