Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
cx_groestl.h
Go to the documentation of this file.
1#ifdef HAVE_GROESTL
2
3#ifndef CX_GROESTL_H
4#define CX_GROESTL_H
5
6#include "lcx_groestl.h"
7#include <stdbool.h>
8#include <stddef.h>
9
10struct cx_xgroestl_s {
11 cx_groestl_t groestl;
12 unsigned char temp1[ROWS][COLS1024];
13 unsigned char temp2[ROWS][COLS1024];
14};
15typedef struct cx_xgroestl_s cx_xgroestl_t;
16
17#endif // CX_GROESTL_H
18
19#endif // HAVE_GROESTL
GROESTL hash function.