You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to see nobody wrote back to you but I just spent some time sorting things out. What are you trying to do, make a library or play with the code? I was doing the latter instead of the former so I just directly compiled it when I saw the silly shell script collapsed and failed out.
So instead, I did: gcc -o driver driver.c keccak-tiny.c
Obviously you will need your own driver, I commented just now too. But the gist of it is shake256(out, 64, in, strlen(in)); (the notes that were provided were incorrect, thanks to someone there for pointing it out).
Likewise, you can do shake-128, shake128(out, 32, in, strlen(in)); but I had SHA3 already from a different package so I didn't play with it yet (though I am searching for SHA512/256 (and 224)...
Hello,
I would like to do some -maybe- noob questions.
When I try to execute the do.sh file I am unable to execute.
I receive ./do.sh: 2: ./do.sh: Syntax error: "||" unexpected
and if I remove the || from the double || before which gcc, then
I receive ./do.sh: 6: ./do.sh: Syntax error: Unterminated quoted string
Please I also need to add the extra command for the memset, as suggested.
If someone can give me this I would appreciate it.
Thank you.
The text was updated successfully, but these errors were encountered: