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

Function sha256_Sigma0512

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

Source from the content-addressed store, hash-verified

1022 }
1023
1024 function sha256_Sigma0512(x) {
1025 return (sha256_S(x, 28) ^ sha256_S(x, 34) ^ sha256_S(x, 39));
1026 }
1027
1028 function sha256_Sigma1512(x) {
1029 return (sha256_S(x, 14) ^ sha256_S(x, 18) ^ sha256_S(x, 41));

Callers

nothing calls this directly

Calls 1

sha256_SFunction · 0.85

Tested by

no test coverage detected