MCPcopy
hub / github.com/IvanMathy/Boop / sha256_Ch

Function sha256_Ch

Boop/Boop/scripts/lib/hashes.js:1000–1002  ·  view source on GitHub ↗
(x, y, z)

Source from the content-addressed store, hash-verified

998 }
999
1000 function sha256_Ch(x, y, z) {
1001 return ((x & y) ^ ((~x) & z));
1002 }
1003
1004 function sha256_Maj(x, y, z) {
1005 return ((x & y) ^ (x & z) ^ (y & z));

Callers 1

binbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected