Searched refs:Sha512_Maj (Results 1 – 1 of 1) sorted by relevance
486 #define Sha512_Maj(x,y,z) ( ((x) & (y)) ^ ((z) & ((x) ^ (y))) ) in MHDx_sha512_256_transform() macro558 (vH) += SIG0((vA)) + Sha512_Maj((vA),(vB),(vC)); } while (0) in MHDx_sha512_256_transform()
Completed in 5 milliseconds