|
Electroneum
|

Go to the source code of this file.
Macros | |
| #define | KECCAK_BLOCKLEN 136 |
Functions | |
| TEST (keccak_hmac, nullptr) | |
| TEST (keccak_hmac, 1) | |
| TEST (keccak_hmac, 1_20) | |
| TEST (keccak_hmac, 136_1) | |
| TEST (keccak_hmac, 137_1) | |
| #define KECCAK_BLOCKLEN 136 |
Definition at line 36 of file hmac_keccak.cpp.
| TEST | ( | keccak_hmac | , |
| 1 | ) |
Definition at line 131 of file hmac_keccak.cpp.
| TEST | ( | keccak_hmac | , |
| 136_1 | ) |
Definition at line 143 of file hmac_keccak.cpp.
| TEST | ( | keccak_hmac | , |
| 137_1 | ) |
Definition at line 149 of file hmac_keccak.cpp.
| TEST | ( | keccak_hmac | , |
| 1_20 | ) |
Definition at line 137 of file hmac_keccak.cpp.
| TEST | ( | keccak_hmac | , |
| nullptr | ) |
Definition at line 126 of file hmac_keccak.cpp.
| const char* inp |
Definition at line 40 of file hmac_keccak.cpp.
| const char* key |
Definition at line 39 of file hmac_keccak.cpp.
| const char* res |
Definition at line 41 of file hmac_keccak.cpp.