diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-10-15 01:26:39 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-10-15 01:26:39 -0400 |
commit | 53b7de16ebc65d6e49e469a87d3c1357ef3b024b (patch) | |
tree | 091a219f5f0ebf76cd89769c5a2e772264b61152 | |
parent | 76e242ce7640f6f1a79e9af95330afa56f2a46df (diff) | |
download | sha3-53b7de16ebc65d6e49e469a87d3c1357ef3b024b.tar.bz2 sha3-53b7de16ebc65d6e49e469a87d3c1357ef3b024b.zip |
README.md: s/main()/main(void)/
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ TurboSHAKE128 example, using the iterative API: #include "hex.h" #include "sha3.h" -int main() { +int main(void) { // init turboshake turboshake_t ts; turboshake128_init(&ts); |