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

Function sig1

build.rs:390–392  ·  view source on GitHub ↗
(x: u32)

Source from the content-addressed store, hash-verified

388 }
389 #[inline(always)]
390 fn sig1(x: u32) -> u32 {
391 x.rotate_right(17) ^ x.rotate_right(19) ^ (x >> 10)
392 }
393
394 let mut h: [u32; 8] = [
395 0x6a09e667, 0xbb67ae85, 0x3c6ef372, 0xa54ff53a, 0x510e527f, 0x9b05688c, 0x1f83d9ab,

Callers 1

sha256_hexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected