MCPcopy Create free account
hub / github.com/EarlhamInst/KAT / loadHeader

Method loadHeader

lib/src/input_handler.cc:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void kat::InputHandler::loadHeader() {
140 if (mode == InputMode::LOAD) {
141 header = JellyfishHelper::loadHashHeader(input[0]);
142 }
143}
144
145void kat::InputHandler::validateMerLen(const uint16_t merLen) {
146

Callers 7

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected