Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ decimalToBinary, chunkString } from
'../classes/utils'
2
3
function
MessageBlock({ data, base, clock, chunksLoop }) {
4
data = chunkString(data, 32).map(value => parseInt(value, 2));
Callers
nothing calls this directly
Calls
2
chunkString
Function · 0.90
decimalToBinary
Function · 0.90
Tested by
no test coverage detected