Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
void kat::InputHandler::loadHeader() {
140
if (mode == InputMode::LOAD) {
141
header = JellyfishHelper::loadHashHeader(input[0]);
142
}
143
}
144
145
void kat::InputHandler::validateMerLen(const uint16_t merLen) {
146
Callers
7
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected