Embedded SDK
Embedded SDK
Public Attributes | List of all members
uint64_s Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ h

uint32_t uint64_s::h

32 most significant bits

Definition at line 52 of file lcx_common.h.

◆ l

uint32_t uint64_s::l

32 least significant bits

Definition at line 51 of file lcx_common.h.


The documentation for this struct was generated from the following file: