Searched refs:sigma_0 (Results 1 – 1 of 1) sorted by relevance
34 #define sigma_0(x) (rotr(x, 2) ^ rotr(x, 13) ^ rotr(x, 22)) macro154 regs[7] = sigma_0(regs[0]) + maj(regs[0], regs[1], regs[2]) + t1; in sha256_block_calc()