Skip to content

Instantly share code, notes, and snippets.

@shelajev
Created October 15, 2020 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shelajev/bf0b71ba68ef77c6c68872bd1e7f11c3 to your computer and use it in GitHub Desktop.
Save shelajev/bf0b71ba68ef77c6c68872bd1e7f11c3 to your computer and use it in GitHub Desktop.
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