Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ sig0
Function
sig0
build.rs:386–388 ·
view source on GitHub ↗
(x: u32)
Source
from the content-addressed store, hash-verified
384
}
385
#[inline(always)]
386
fn sig0(x: u32) -> u32 {
387
x.rotate_right(7) ^ x.rotate_right(18) ^ (x >> 3)
388
}
389
#[inline(always)]
390
fn sig1(x: u32) -> u32 {
391
x.rotate_right(17) ^ x.rotate_right(19) ^ (x >> 10)
Callers
1
sha256_hex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected