MCPcopy
hub / github.com/dmarman/sha256algorithm / Sigma.js

File Sigma.js

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

Source from the content-addressed store, hash-verified

1import { decimalToBinary } from '../classes/utils'
2import { rotateRight } from '../classes/utils'
3
4function Sigma({ w, base, clock, clockShift, rotations, shift, sigmaIndex, color, backgroundColor }) {

Callers

nothing calls this directly

Calls 2

rotateRightFunction · 0.90
decimalToBinaryFunction · 0.90

Tested by

no test coverage detected