|
iPXE
|
An SHA-512 data block. More...
#include <sha512.h>
Data Fields | |
| uint8_t | byte [128] |
| Raw bytes. More... | |
| uint64_t | qword [16] |
| Raw qwords. More... | |
| struct { | |
| uint8_t pad [112] | |
| Padding. More... | |
| uint64_t len_hi | |
| High 64 bits of length in bits. More... | |
| uint64_t len_lo | |
| Low 64 bits of length in bits. More... | |
| } | final |
| Final block structure. More... | |
| uint8_t sha512_block::byte[128] |
| uint64_t sha512_block::len_hi |
| uint64_t sha512_block::len_lo |
| struct { ... } sha512_block::final |
Final block structure.
1.8.15