Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
Sha256Checksum Struct Reference

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]
 

Detailed Description

The Sha256Checksum struct holds the "hex string representation" of a SHA-256 checksum.

Definition at line 22 of file testfilecheck.cpp.

Member Function Documentation

◆ operator==()

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.

Member Data Documentation

◆ checksum

char Sha256Checksum::checksum[65]

Definition at line 23 of file testfilecheck.cpp.


The documentation for this struct was generated from the following file: