Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
The Sha256Checksum struct holds the "hex string representation" of a SHA-256 checksum. More...
Public Member Functions | |
bool | operator== (const Sha256Checksum &other) const |
Returns whether the current instance equals other ignoring the case. | |
Public Attributes | |
char | checksum [65] |
The Sha256Checksum struct holds the "hex string representation" of a SHA-256 checksum.
Definition at line 22 of file testfilecheck.cpp.
bool Sha256Checksum::operator== | ( | const Sha256Checksum & | other | ) | const |
Returns whether the current instance equals other ignoring the case.
Definition at line 30 of file testfilecheck.cpp.
char Sha256Checksum::checksum[65] |
Definition at line 23 of file testfilecheck.cpp.