cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
keccak256.h File Reference
#include <stdint.h>
#include <stddef.h>
Include dependency graph for keccak256.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void keccak256 (const uint8_t *input, size_t length, uint8_t digest[32])

Function Documentation

◆ keccak256()

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().