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

Function sha256_Sigma1512

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

Source from the content-addressed store, hash-verified

1026 }
1027
1028 function sha256_Sigma1512(x) {
1029 return (sha256_S(x, 14) ^ sha256_S(x, 18) ^ sha256_S(x, 41));
1030 }
1031
1032 function sha256_Gamma0512(x) {
1033 return (sha256_S(x, 1) ^ sha256_S(x, 8) ^ sha256_R(x, 7));

Callers

nothing calls this directly

Calls 1

sha256_SFunction · 0.85

Tested by

no test coverage detected