RTEMS | cpukit/libcrypt: Add SHA3-512 Keccak Implementation (!687)

Kinsey Moore (@opticron) gitlab at rtems.org
Tue Sep 2 14:22:26 UTC 2025




Kinsey Moore started a new discussion on cpukit/include/crypt.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/687#note_129838

 > + *     is used in the libcrypt functions to securely erase
 > + *     sensitive data after use. 
 > + */
 > +
 > + /* 08/22/2025 
 > + *	Wayne Michael Thornton (WMT) <wmthornton-dev at outlook.com>
 > + *   - Added support for SHA-3 hashing algorithm.
 > + */
 > +
 >  #ifndef _CRYPT_H
 >  #define _CRYPT_H
 >  
 >  #include <sys/types.h>
 >  #include <sys/queue.h>
 >  
 > +#include <stdint.h> // for uint64_t, uint8_t

The RTEMS codebase does not use single-line comments. All comments should be of the `/* comment here */` variety with additional usage guidelines in the project's [coding conventions](https://docs.rtems.org/docs/main/eng/coding.html).

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/687#note_129838
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250902/760720c5/attachment.htm>


More information about the bugs mailing list