Sha256: 0d7cc98be521f824e08fb123703f0286a121f09965235079e2204ef5c2f391c7
Contents?: true
Size: 674 Bytes
Versions: 5
Compression:
Stored size: 674 Bytes
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/ */ #ifndef _Phases_h_ #define _Phases_h_ typedef enum { NOT_INITIALIZED, ABSORBING, FINAL, SQUEEZING } KCP_Phases; #endif
Version data entries
5 entries across 5 versions & 1 rubygems