Move remaining module specific typedefs and structures from inc_types.cl to kernels

This commit is contained in:
Jens Steube
2019-03-08 10:18:20 +01:00
parent b585f25c8c
commit 4bce25dd9d
54 changed files with 682 additions and 951 deletions
+10
View File
@@ -12,6 +12,16 @@
#include "inc_common.cl"
#include "inc_simd.cl"
typedef struct blake2
{
u64 h[8];
u64 t[2];
u64 f[2];
u32 buflen;
u32 outlen;
} blake2_t;
#define BLAKE2B_FINAL 1
#define BLAKE2B_UPDATE 0