MCPcopy Create free account
hub / github.com/SocketCluster/socketcluster / ROTL

Function ROTL

app/public/socketcluster-client.js:8196–8198  ·  view source on GitHub ↗
(x, n)

Source from the content-addressed store, hash-verified

8194}
8195
8196function ROTL(x, n) {
8197 return x << n | x >>> 32 - n;
8198}
8199
8200function sha1(bytes) {
8201 const K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];

Callers 1

sha1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…