MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / ep1

Function ep1

build.rs:382–384  ·  view source on GitHub ↗
(x: u32)

Source from the content-addressed store, hash-verified

380 }
381 #[inline(always)]
382 fn ep1(x: u32) -> u32 {
383 x.rotate_right(6) ^ x.rotate_right(11) ^ x.rotate_right(25)
384 }
385 #[inline(always)]
386 fn sig0(x: u32) -> u32 {
387 x.rotate_right(7) ^ x.rotate_right(18) ^ (x >> 3)

Callers 1

sha256_hexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected