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

Function maj

build.rs:374–376  ·  view source on GitHub ↗
(x: u32, y: u32, z: u32)

Source from the content-addressed store, hash-verified

372 }
373 #[inline(always)]
374 fn maj(x: u32, y: u32, z: u32) -> u32 {
375 (x & y) ^ (x & z) ^ (y & z)
376 }
377 #[inline(always)]
378 fn ep0(x: u32) -> u32 {
379 x.rotate_right(2) ^ x.rotate_right(13) ^ x.rotate_right(22)

Callers 1

sha256_hexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected