| 1 | import { decimalToBinary } from '../classes/utils' |
| 2 | import { rotateRight } from '../classes/utils' |
| 3 | |
| 4 | function Sigma({ w, base, clock, clockShift, rotations, shift, sigmaIndex, color, backgroundColor }) { |
nothing calls this directly
no test coverage detected