HomeSort by relevance Sort by last modified time
    Searched refs:Keccak_HashInitialize_SHAKE128 (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/_sha3/kcp/
KeccakHash.h 53 #define Keccak_HashInitialize_SHAKE128(hashInstance) Keccak_HashInitialize(hashInstance, 1344, 256, 0, 0x1F)
  /external/python/cpython3/Modules/_sha3/
sha3module.c 217 res = Keccak_HashInitialize_SHAKE128(&self->hash_state);

Completed in 61 milliseconds