Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
sha256_temp_t Struct Reference
SHA temporary buffer database for saving current hash operation or resume saved. More...
#include <shalib.h>
Data Fields | |
uint8_t | m_Data [SHALIB_RING_BUFFER_SIZE] |
64-bytes ring buffer for SHA256 operation. | |
uint8_t | m_Read |
Read pointer to ring buffer. | |
uint8_t | m_Write |
Write pointer to ring buffer. | |
uint32_t | SHALIB_pushed_bytes |
Hash total byte coun. | |
uint8_t | SHALIB_buffered_bytes |
Ring buffer data in. | |
uint32_t | areg_temps [8] |
Shalib operation 8 HREG. |
Detailed Description
SHA temporary buffer database for saving current hash operation or resume saved.
Definition at line 83 of file shalib.h.
Field Documentation
uint32_t areg_temps[8] |
uint8_t m_Data[SHALIB_RING_BUFFER_SIZE] |
uint8_t SHALIB_buffered_bytes |
uint32_t SHALIB_pushed_bytes |
Generated on Tue Jul 12 2022 11:02:15 by
