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

Function return64Bit

src/classes/utils.js:76–78  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

74}
75
76export function return64Bit(number) {
77 return number.padStart(64, '0')
78}
79
80export function padding(input, base = 'text') {
81 if(base === 'text') input = stringToBinary(input);

Callers 2

paddingFunction · 0.70
paddingExplainedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected