Embedded SDK
Embedded SDK
|
64-bit types, native or by-hands, depending on target and/or compiler support. More...
#include <lcx_common.h>
Public Attributes | |
uint32_t | l |
32 least significant bits More... | |
uint32_t | h |
32 most significant bits More... | |
64-bit types, native or by-hands, depending on target and/or compiler support.
This type is defined here only because SHA-3 structure uses it INTERNALLY. It should never be directly used by other modules.
Definition at line 49 of file lcx_common.h.
uint32_t uint64_s::h |
32 most significant bits
Definition at line 52 of file lcx_common.h.
uint32_t uint64_s::l |
32 least significant bits
Definition at line 51 of file lcx_common.h.