MCPcopy Create free account
hub / github.com/xerrors/Yuxi / rightRotate

Function rightRotate

web/src/utils/subagentThread.js:18–18  ·  view source on GitHub ↗
(value, shift)

Source from the content-addressed store, hash-verified

16]
17
18const rightRotate = (value, shift) => ((value >>> shift) | (value << (32 - shift))) >>> 0
19
20const bytesToHex = (bytes) =>
21 Array.from(bytes)

Callers 1

sha256HexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected