Wayne Thornton commented on a discussion on cpukit/include/crypt.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/687#note_129840 > + * is used in the libcrypt functions to securely erase > + * sensitive data after use. > + */ > + > + /* 08/22/2025 > + * Wayne Michael Thornton (WMT) <[email protected]> > + * - 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 Noted. I will correct. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/687#note_129840 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
