MCPcopy Create free account
hub / github.com/Semporia/Scripts / u

Function u

sign_graphics_validate.js:133–136  ·  view source on GitHub ↗
(a, b, c, l, h, q)

Source from the content-addressed store, hash-verified

131 return a
132 }
133 function u(a, b, c, l, h, q) {
134 a = A(A(b, a), A(l, q));
135 return A(a << h | a >>> 32 - h, c)
136 }
137
138 function v(a, b, c, l, h, q, z) {
139 return u(b & c | ~b & l, a, b, h, q, z)

Callers 5

tFunction · 0.70
vFunction · 0.70
xFunction · 0.70
wFunction · 0.70

Calls 1

AFunction · 0.70

Tested by

no test coverage detected