Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
t
Function · 0.70
v
Function · 0.70
x
Function · 0.70
w
Function · 0.70
sign_graphics_validate.js
File · 0.70
Calls
1
A
Function · 0.70
Tested by
no test coverage detected