The class for the CRC64 hash function which maps binary data of an arbitrary length to small binary data of a fixed length.
#include <crypt.hpp>
|
void | Concatenate (const Crc64Hash &other) |
| Concatenates another Crc64 instance after this instance. This operation has the same effect as if the data in the other instance was append to this instance.
|
|
◆ Concatenate()
void Azure::Storage::Crc64Hash::Concatenate |
( |
const Crc64Hash & |
other | ) |
|
The documentation for this class was generated from the following file: