MCPcopy Create free account
hub / github.com/cuberite/cuberite / Finalize

Method Finalize

src/Crypto.cpp:448–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447
448void cSHA1Checksum::Finalize(cSHA1Checksum::Checksum & a_Output)
449{
450 ASSERT(m_DoesAcceptInput); // Not Finalize()-d yet, or Restart()-ed
451
452 sha1_finish(&m_Sha1, a_Output);
453 m_DoesAcceptInput = false;
454}
455
456
457

Callers 2

StartEncryptionMethod · 0.80
StartEncryptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected