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

File MessageBlock.js

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

Source from the content-addressed store, hash-verified

1import { decimalToBinary, chunkString } from '../classes/utils'
2
3function MessageBlock({ data, base, clock, chunksLoop }) {
4 data = chunkString(data, 32).map(value => parseInt(value, 2));

Callers

nothing calls this directly

Calls 2

chunkStringFunction · 0.90
decimalToBinaryFunction · 0.90

Tested by

no test coverage detected