initial import
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
The Keccak sponge function, designed by Guido Bertoni, Joan Daemen,
|
||||
Michaël Peeters and Gilles Van Assche. For more information, feedback or
|
||||
questions, please refer to our website: http://keccak.noekeon.org/
|
||||
|
||||
Implementation by the designers,
|
||||
hereby denoted as "the implementer".
|
||||
|
||||
To the extent possible under law, the implementer has waived all copyright
|
||||
and related or neighboring rights to the source code in this file.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
*/
|
||||
|
||||
#ifndef _KeccakPermutationReference_h_
|
||||
#define _KeccakPermutationReference_h_
|
||||
|
||||
void displayRoundConstants(FILE *f);
|
||||
void displayRhoOffsets(FILE *f);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user