MCPcopy
hub / github.com/dmarman/sha256algorithm / firstLoop

Function firstLoop

src/App.js:186–191  ·  view source on GitHub ↗
(clock)

Source from the content-addressed store, hash-verified

184 }
185
186 function firstLoop(clock) {
187 let step = clock%114; // 115
188
189 if(step + 16 < 64) return 15 + step;
190 return 63
191 }
192
193 function secondLoop(clock) {
194 let step = clock%114; // 115

Callers 6

onClockFunction · 0.85
onInputChangeFunction · 0.85
onClockFastFunction · 0.85
onClockBackFastFunction · 0.85
onClockBackFunction · 0.85
onClockInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected