Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IvanMathy/Boop
/ sha256_S
Function
sha256_S
Boop/Boop/scripts/lib/hashes.js:992–994 ·
view source on GitHub ↗
(X, n)
Source
from the content-addressed store, hash-verified
990
*/
991
992
function
sha256_S(X, n) {
993
return
(X >>> n) | (X << (32 - n));
994
}
995
996
function
sha256_R(X, n) {
997
return
(X >>> n);
Callers
8
sha256_Sigma0256
Function · 0.85
sha256_Sigma1256
Function · 0.85
sha256_Gamma0256
Function · 0.85
sha256_Gamma1256
Function · 0.85
sha256_Sigma0512
Function · 0.85
sha256_Sigma1512
Function · 0.85
sha256_Gamma0512
Function · 0.85
sha256_Gamma1512
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected