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

Function x

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

Source from the content-addressed store, hash-verified

140 }
141
142 function x(a, b, c, l, h, q, z) {
143 return u(b & l | c & ~l, a, b, h, q, z)
144 }
145
146 function w(a, b, c, l, h, q, z) {
147 return u(c ^ (b | ~l), a, b, h, q, z)

Callers 2

tFunction · 0.85

Calls 1

uFunction · 0.70

Tested by

no test coverage detected