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

Function ep0

build.rs:378–380  ·  view source on GitHub ↗
(x: u32)

Source from the content-addressed store, hash-verified

376 }
377 #[inline(always)]
378 fn ep0(x: u32) -> u32 {
379 x.rotate_right(2) ^ x.rotate_right(13) ^ x.rotate_right(22)
380 }
381 #[inline(always)]
382 fn ep1(x: u32) -> u32 {
383 x.rotate_right(6) ^ x.rotate_right(11) ^ x.rotate_right(25)

Callers 1

sha256_hexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected