MCPcopy Index your code
hub / github.com/dmarman/sha256algorithm / Explainer.js

File Explainer.js

src/components/Explainer.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { paddingExplained, ordinal } from '../classes/utils';
2
3function Explainer({ clock, input, inputBase, chunksCount, lastClock, masterClock }) {
4 let messageBlock = paddingExplained(input, inputBase);

Callers

nothing calls this directly

Calls 2

paddingExplainedFunction · 0.90
ordinalFunction · 0.90

Tested by

no test coverage detected