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

Function appendOneBit

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

Source from the content-addressed store, hash-verified

58}
59
60export function appendOneBit(input) {
61 return input + 1;
62}
63
64export function isMultipleOf512(input) {
65 return input%512 === 0;

Callers 2

paddingFunction · 0.70
paddingExplainedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected