Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IvanMathy/Boop
/ sha256_Sigma1256
Function
sha256_Sigma1256
Boop/Boop/scripts/lib/hashes.js:1012–1014 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1010
}
1011
1012
function
sha256_Sigma1256(x) {
1013
return
(sha256_S(x, 6) ^ sha256_S(x, 11) ^ sha256_S(x, 25));
1014
}
1015
1016
function
sha256_Gamma0256(x) {
1017
return
(sha256_S(x, 7) ^ sha256_S(x, 18) ^ sha256_R(x, 3));
Callers
1
binb
Function · 0.85
Calls
1
sha256_S
Function · 0.85
Tested by
no test coverage detected