nasa / CryptoLib

Provide a software-only solution using the CCSDS Space Data Link Security Protocol - Extended Procedures (SDLS-EP) to secure communications between a spacecraft running the core Flight System (cFS) and a ground station.
Other
70 stars 28 forks source link

Revisit Crypto_TC_Accio_Buffer #233

Closed jlucas9 closed 3 weeks ago

jlucas9 commented 6 months ago

Per https://github.com/nasa/CryptoLib/pull/232#discussion_r1539437911

rjbrown2 commented 3 weeks ago

This is a malloc this is only for the ground-side implementation. There's possibility that this could be pulled out into build flags. But it is necessary for KMC to utilize the library on their side. We should probably leave this as is, unless we want to do some larger refactoring, and cmake logic.