This commit is contained in:
Jay D Dee
2023-10-06 22:18:09 -04:00
parent bc5a5c6df8
commit 31c4dedf59
144 changed files with 5931 additions and 3746 deletions

View File

@@ -65,8 +65,8 @@ extern "C" {
#endif
typedef struct {
__m128i block[16] __attribute__ ((aligned (64)));
__m128i digest[8];
v128_t block[16] __attribute__ ((aligned (64)));
v128_t digest[8];
uint32_t nblocks;
uint32_t num;
} sm3_4way_ctx_t;