|
AES-DH Implementation
|
Helper utilities for working within a Galois Field 2**8. More...
Functions | |
| uint8_t | mult (uint8_t a, uint8_t b) |
| Multiply two bytes in GA(256) | |
| uint8_t | inverse (uint8_t a) |
| Find the Multiplicative Inverse of a byte in GF(2**8) | |
Helper utilities for working within a Galois Field 2**8.
| uint8_t aes::gf::inverse | ( | uint8_t | a | ) |
Find the Multiplicative Inverse of a byte in GF(2**8)
| a | The value to find the inverse of. |
| uint8_t aes::gf::mult | ( | uint8_t | a, |
| uint8_t | b ) |
Multiply two bytes in GA(256)
| a | The first byte. |
| b | The second byte. |