Loading [MathJax]/extensions/tex2jax.js
azure-storage-common
All Classes Functions Variables Pages
Public Member Functions | List of all members
Azure::Storage::Crc64Hash Class Referencefinal

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>

Inheritance diagram for Azure::Storage::Crc64Hash:

Public Member Functions

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.
 

Member Function Documentation

◆ Concatenate()

void Azure::Storage::Crc64Hash::Concatenate ( const Crc64Hash other)
Parameters
otherAnother Azure::Storage::Crc64Hash instance to be concatenated after this instance.

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