| 1 | import { paddingExplained, ordinal } from '../classes/utils'; |
| 2 | |
| 3 | function Explainer({ clock, input, inputBase, chunksCount, lastClock, masterClock }) { |
| 4 | let messageBlock = paddingExplained(input, inputBase); |
nothing calls this directly
no test coverage detected