|
cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
|
#include <stdint.h>#include <stddef.h>Go to the source code of this file.
Functions | |
| void | keccak256 (const uint8_t *input, size_t length, uint8_t digest[32]) |
| void keccak256 | ( | const uint8_t * | input, |
| size_t | length, | ||
| uint8_t | digest[32] ) |
Definition at line 85 of file keccak256.cpp.
References keccak_f1600(), KECCAK_RATE, and KECCAK_STATE_LANE.
Referenced by signing_loop().