Skip to content

Commit

Permalink
chore(nfc): Update comment text
Browse files Browse the repository at this point in the history
Co-authored-by: ujjwal-cyph <[email protected]>
  • Loading branch information
amanCypherock and ujjwal-cyph committed Oct 18, 2023
1 parent 2f6360d commit a18ccb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/card_operations/card_sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ static card_error_status_word_e get_card_auth_signature(uint8_t *sign_data,
/**
* @brief This retry attempt has been added to avoid exceptions occuring due
* to incorrect signature length received from card. In a rare case the X1
* Card would send a incorrect signature with as the size would be one byte
* less than expected. When such a case is encountered, we do a retry attempt
* to
* Card would send a incorrect signature with as the size would be less than
* expected of 64-bytes. When such a case is encountered, we do a retry
* attempt to
*/
do {
sign_data_size_inout = sign_data_size;
Expand Down

0 comments on commit a18ccb2

Please sign in to comment.