true when the checksum matches.verifyOdfChecksum
fn
bool verifyOdfChecksum(const(ubyte)[] plaintext,
const(ubyte)[] expectedChecksum, OdfChecksum checksumType)Verifies a checksum against decrypted content.
Parameters
plaintext | The decrypted content. |
expectedChecksum | The expected checksum bytes. |
checksumType | The checksum algorithm. |