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

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




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

 >   *
 >   */
 >  
 > +/* 08/19/2025 
 > + *	Wayne Michael Thornton (WMT) <wmthornton-dev at outlook.com>
 > + *   - Introduced dirty hack to provide the C11 memset_s function
 > + *     which is missing from the RTEMS C11 compiler but which
 > + *     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.
 > + */
 > +

We don't typically include in-file changelogs or attribution beyond copyright assignments above the license block as you can see in the file templates: https://docs.rtems.org/docs/main/eng/coding-file-hdr.html

Any that do exist in the codebase are historical and that type of information is now stored in the version control system (formerly CVS, now git).

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/687#note_129837
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/eb3baa03/attachment-0001.htm>


More information about the bugs mailing list