hash/crc: add trivial desciption comment to class
This commit is contained in:
parent
5a25f07f8e
commit
29c3fc9309
@ -23,6 +23,8 @@
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
namespace util::hash {
|
||||
// Implements the crc32 checksum (from ethernet, png, etc).
|
||||
// Adapted from the PNG specification (ISO/IEC 15948:2003), appendix D.
|
||||
class crc32 {
|
||||
public:
|
||||
using digest_t = uint32_t;
|
||||
|
Loading…
Reference in New Issue
Block a user