MCPcopy
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_Sigma0256Function · 0.85
sha256_Sigma1256Function · 0.85
sha256_Gamma0256Function · 0.85
sha256_Gamma1256Function · 0.85
sha256_Sigma0512Function · 0.85
sha256_Sigma1512Function · 0.85
sha256_Gamma0512Function · 0.85
sha256_Gamma1512Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected