Skip to content

Commit 2372efd

Browse files
authored
Merge pull request #490 from xpromache/patch-1
Fix reference to SDSL standard
2 parents e27cacb + ce8a68d commit 2372efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/crypto_aos.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ int32_t Crypto_AOS_ProcessSecurity(uint8_t *p_ingest, uint16_t len_ingest, AOS_t
15191519
* @param aad: uint8_t*
15201520
* @return status: uint32_t
15211521
*
1522-
* CCSDS Compliance: CCSDS 355.0-B-2 Section 7.2.3 (AAD Construction)
1522+
* CCSDS Compliance: CCSDS 355.0-B-2 Section 4.2.3 (AAD Construction)
15231523
**/
15241524
uint32_t Crypto_Prepare_AOS_AAD(const uint8_t *buffer, uint16_t len_aad, const uint8_t *abm_buffer, uint8_t *aad)
15251525
{
@@ -1551,4 +1551,4 @@ uint32_t Crypto_Prepare_AOS_AAD(const uint8_t *buffer, uint16_t len_aad, const u
15511551
#endif
15521552

15531553
return status;
1554-
}
1554+
}

0 commit comments

Comments
 (0)