Sha256: 862644225207655c138aab7962d41d94c0bf04728c8593319796bc14c29484c4

Contents?: true

Size: 586 Bytes

Versions: 10

Compression:

Stored size: 586 Bytes

Contents

/*
The eXtended Keccak Code Package (XKCP)
https://github.com/XKCP/XKCP

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 _Phases_h_
#define _Phases_h_

typedef enum {
    NOT_INITIALIZED,
    ABSORBING,
    FINAL,
    SQUEEZING
} KCP_Phases;

#endif

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
digest-kangarootwelve-0.5.0 ext/digest/kangarootwelve/XKCP/lib/high/common/Phases.h
digest-kangarootwelve-0.4.8 ext/digest/kangarootwelve/XKCP/lib/high/common/Phases.h
digest-kangarootwelve-0.4.7 ext/digest/kangarootwelve/XKCP/lib/high/common/Phases.h
digest-kangarootwelve-0.4.6 ext/digest/kangarootwelve/XKCP/lib/high/common/Phases.h
digest-kangarootwelve-0.4.5 ext/digest/kangarootwelve/XKCP/lib/high/common/Phases.h
digest-kangarootwelve-0.4.4 ext/digest/kangarootwelve/XKCP/lib/high/common/Phases.h
sleeping_kangaroo12-0.0.3 ext/xkcp/lib/high/common/Phases.h
sleeping_kangaroo12-0.0.2 ext/xkcp/lib/high/common/Phases.h
digest-kangarootwelve-0.4.2 ext/digest/kangarootwelve/XKCP/lib/high/common/Phases.h
sleeping_kangaroo12-0.0.1 ext/xkcp/lib/high/common/Phases.h