MCPcopy Create free account
hub / github.com/apache/fory / xor64

Function xor64

javascript/packages/core/lib/murmurHash3.ts:121–123  ·  view source on GitHub ↗
(a: u64, b: u64)

Source from the content-addressed store, hash-verified

119}
120
121function xor64(a: u64, b: u64): u64 {
122 return [a[0] ^ b[0], a[1] ^ b[1]];
123}
124
125
126

Callers 3

x64fmix64Function · 0.85
x64mix128Function · 0.85
x64hash128Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected