MCPcopy Index your code
hub / github.com/dmarman/sha256algorithm / isMultipleOf512

Function isMultipleOf512

src/classes/utils.js:64–66  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

62}
63
64export function isMultipleOf512(input) {
65 return input%512 === 0;
66}
67
68export function calculateK(L) {
69 let K = 0;

Callers 1

calculateKFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected