Skip to content
Snippets Groups Projects
Commit bb3e8840 authored by psychocrypt's avatar psychocrypt
Browse files

fix windows compile

- string literal can only be 16kbyte
parent 75fa2c7e
No related branches found
No related tags found
No related merge requests found
...@@ -235,7 +235,8 @@ void keccakf1600_1(ulong *st) ...@@ -235,7 +235,8 @@ void keccakf1600_1(ulong *st)
st[0] ^= keccakf_rndc[round]; st[0] ^= keccakf_rndc[round];
} }
} }
)==="
R"===(
void keccakf1600_2(ulong *st) void keccakf1600_2(ulong *st)
{ {
int i, round; int i, round;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment