forked from wolfSSL/wolfssl
fixup! Initial ASCON hash256 and AEAD128 support based on NIST SP 800-232 ipd
This commit is contained in:
@ -37,10 +37,10 @@ extern "C" {
|
|||||||
#define ASCON_AEAD128_TAG_SZ 16
|
#define ASCON_AEAD128_TAG_SZ 16
|
||||||
|
|
||||||
typedef union AsconState {
|
typedef union AsconState {
|
||||||
word64 s64[5];
|
word64 s64[5];
|
||||||
word32 s32[10];
|
word32 s32[10];
|
||||||
word16 s16[20];
|
word16 s16[20];
|
||||||
byte s8[40];
|
byte s8[40];
|
||||||
} AsconState;
|
} AsconState;
|
||||||
|
|
||||||
typedef struct wc_AsconHash256 {
|
typedef struct wc_AsconHash256 {
|
||||||
|
Reference in New Issue
Block a user