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

  /external/python/cpython3/Modules/_sha3/kcp/
KeccakHash.h 73 #define Keccak_HashInitialize_SHA3_512(hashInstance) Keccak_HashInitialize(hashInstance, 576, 1024, 512, 0x06)
  /external/python/cpython3/Modules/_sha3/
sha3module.c 205 res = Keccak_HashInitialize_SHA3_512(&self->hash_state);

Completed in 85 milliseconds