MCPcopy
hub / github.com/IvanMathy/Boop / sha256_Gamma1512

Function sha256_Gamma1512

Boop/Boop/scripts/lib/hashes.js:1036–1038  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1034 }
1035
1036 function sha256_Gamma1512(x) {
1037 return (sha256_S(x, 19) ^ sha256_S(x, 61) ^ sha256_R(x, 6));
1038 }
1039
1040 sha256_K = [
1041 1116352408, 1899447441, -1245643825, -373957723, 961987163, 1508970993, -1841331548, -1424204075, -670586216, 310598401, 607225278, 1426881987,

Callers

nothing calls this directly

Calls 2

sha256_SFunction · 0.85
sha256_RFunction · 0.85

Tested by

no test coverage detected