MCPcopy Create free account
hub / github.com/TheAlgorithms/C / G

Function G

hash/hash_blake2b.c:175–186  ·  view source on GitHub ↗

* @brief blake2b mixing function G * * Shuffles values in block v depending on * provided indeces a, b, c, and d. x and y * are also mixed into the block. * * @param v array of words to be mixed * @param a first index * @param b second index * @param c third index * @param d fourth index * @param x first word being mixed into v * @param y second word being mixed into y * * @returns v

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected