Sha256: e030a03f42942e854b411ca892c97ec4a4f8a3c69dc1e97e15aa49af2a194240
Contents?: true
Size: 1.32 KB
Versions: 5
Compression:
Stored size: 1.32 KB
Contents
/* Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido Bertoni, Joan Daemen, Michaƫl Peeters, Gilles Van Assche and Ronny Van Keer, hereby denoted as "the implementer". For more information, feedback or questions, please refer to our websites: http://keccak.noekeon.org/ http://keyak.noekeon.org/ http://ketje.noekeon.org/ 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/ */ #include "KeccakP-1600-SnP.h" #define prefix KeccakP1600times2 #define PlSnP_baseParallelism 1 #define PlSnP_targetParallelism 2 #define SnP_laneLengthInBytes 8 #define SnP KeccakP1600 #define SnP_Permute KeccakP1600_Permute_24rounds #define SnP_Permute_12rounds KeccakP1600_Permute_12rounds #define SnP_Permute_Nrounds KeccakP1600_Permute_Nrounds #define PlSnP_PermuteAll KeccakP1600times2_PermuteAll_24rounds #define PlSnP_PermuteAll_12rounds KeccakP1600times2_PermuteAll_12rounds #define PlSnP_PermuteAll_6rounds KeccakP1600times2_PermuteAll_6rounds #define PlSnP_PermuteAll_4rounds KeccakP1600times2_PermuteAll_4rounds #include "PlSnP-Fallback.inc"
Version data entries
5 entries across 5 versions & 1 rubygems