Embedded SDK
Embedded SDK
lib_cxng
src
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
10
struct
cx_xgroestl_s {
11
cx_groestl_t groestl;
12
unsigned
char
temp1[ROWS][COLS1024];
13
unsigned
char
temp2[ROWS][COLS1024];
14
};
15
typedef
struct
cx_xgroestl_s cx_xgroestl_t;
16
17
#endif
// CX_GROESTL_H
18
19
#endif
// HAVE_GROESTL
lcx_groestl.h
GROESTL hash function.
Generated by
1.9.1