mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
v23.5
This commit is contained in:
@@ -82,9 +82,9 @@ typedef struct {
|
||||
#ifndef DOXYGEN_IGNORE
|
||||
unsigned char buf[64]; /* first field, for alignment */
|
||||
size_t ptr;
|
||||
sph_u32 H[8];
|
||||
sph_u32 S[4];
|
||||
sph_u32 T0, T1;
|
||||
uint32_t H[8];
|
||||
uint32_t S[4];
|
||||
uint32_t T0, T1;
|
||||
#endif
|
||||
} sph_blake_small_context;
|
||||
|
||||
|
Reference in New Issue
Block a user