Created
October 15, 2020 13:54
-
-
Save shelajev/bf0b71ba68ef77c6c68872bd1e7f11c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct __attribute__((packed)) KECCAK__Wrapper__struct_LNK_KECCAK { | |
unsigned int LNK_KECCAK_RATE; | |
unsigned int LNK_KECCAK_CAPACITY; | |
void *LNK_KECCAK_INPUT; | |
unsigned long LNK_KECCAK_INPUT_BYTE_LEN; | |
void *LNK_KECCAK_DELIMITED_SUFFIX; | |
void *LNK_KECCAK_OUTPUT; | |
unsigned long LNK_KECCAK_OUTPUT_BYTE_LEN; | |
}; | |
POLYGLOT_DECLARE_STRUCT(KECCAK__Wrapper__struct_LNK_KECCAK) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment