|
Lightweight Cryptography Primitives
|
State information for GHASH. More...
#include <internal-ghash.h>
Data Fields | |
| gf128_value_t | H [16] |
| uint8_t | Y [16] |
| uint32_t | posn |
State information for GHASH.
| gf128_value_t ghash_state_t::H[16] |
Precomputed hash keys for 0..15
| uint32_t ghash_state_t::posn |
Position within Y for the next input byte
| uint8_t ghash_state_t::Y[16] |
Current value of the hash
1.8.6