Robotran C Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SHA1Context Struct Reference

#include <sha1.h>

Public Attributes

uint32_t Intermediate_Hash [SHA1HashSize/4]
 
uint32_t Length_Low
 
uint32_t Length_High
 
int_least16_t Message_Block_Index
 
uint8_t Message_Block [64]
 
int Computed
 
int Corrupted
 

Member Data Documentation

◆ Computed

int Computed

◆ Corrupted

int Corrupted

◆ Intermediate_Hash

uint32_t Intermediate_Hash[SHA1HashSize/4]

◆ Length_High

uint32_t Length_High

◆ Length_Low

uint32_t Length_Low

◆ Message_Block

uint8_t Message_Block[64]

◆ Message_Block_Index

int_least16_t Message_Block_Index

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