Sha256: 31d25c8eaee5039418a09d7b2fd41ed9b439d353579776c95c4631e164e2b734
Contents?: true
Size: 726 Bytes
Versions: 9
Compression:
Stored size: 726 Bytes
Contents
/* The eXtended Keccak Code Package (XKCP) https://github.com/XKCP/XKCP The Keccak-p permutations, designed by Guido Bertoni, Joan Daemen, Michaƫl Peeters and Gilles Van Assche. Implementation by Ronny Van Keer, hereby denoted as "the implementer". For more information, feedback or questions, please refer to the Keccak Team website: https://keccak.team/ 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 _KeccakP_800_reference_h_ #define _KeccakP_800_reference_h_ void KeccakP800_DisplayRoundConstants(FILE *f); void KeccakP800_DisplayRhoOffsets(FILE *f); #endif
Version data entries
9 entries across 9 versions & 2 rubygems