Skip to content

Commit ce8a68d

Browse files
authored
Fix reference to SDSL standard
The chapter describing the AAD construction in CCSDS 355.0-B-2 is 4.2.3 not 7.2.3 (this last one does not exist)
1 parent b7ae4a9 commit ce8a68d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/crypto_aos.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ int32_t Crypto_Get_aosLength(int len)
14401440
* @param aad: uint8_t*
14411441
* @return status: uint32_t
14421442
*
1443-
* CCSDS Compliance: CCSDS 355.0-B-2 Section 7.2.3 (AAD Construction)
1443+
* CCSDS Compliance: CCSDS 355.0-B-2 Section 4.2.3 (AAD Construction)
14441444
**/
14451445
uint32_t Crypto_Prepare_AOS_AAD(const uint8_t *buffer, uint16_t len_aad, const uint8_t *abm_buffer, uint8_t *aad)
14461446
{
@@ -1472,4 +1472,4 @@ uint32_t Crypto_Prepare_AOS_AAD(const uint8_t *buffer, uint16_t len_aad, const u
14721472
#endif
14731473

14741474
return status;
1475-
}
1475+
}

0 commit comments

Comments
 (0)