Auth: include CRC in legacy proof; extend Turtle integrity set

This commit is contained in:
Kelsi 2026-02-13 01:41:59 -08:00
parent 5435796a98
commit 492703be36
5 changed files with 48 additions and 13 deletions

View file

@ -231,7 +231,7 @@ int main(int argc, char** argv) {
}
if (fmt == ProofFormat::Legacy) {
auto pkt = auth::LogonProofPacket::buildLegacy(A, M1);
auto pkt = auth::LogonProofPacket::buildLegacy(A, M1, crcHashPtr);
sock.send(pkt);
std::cerr << "Sent LOGON_PROOF legacy (proto=" << (int)info.protocolVersion << ")\n";
} else {