Adler-32 checksum calculations.
More...
#include "crypto/adler32.hpp"
|
void | init () |
|
void | update (const char *data, size_t length) |
|
boost::uint32_t | finalize () const |
|
T | load (std::istream &is) |
| Load the data and process it. More...
|
|
T | load (std::istream &is) |
| Load the data and process it. More...
|
|
Adler-32 checksum calculations.
Definition at line 38 of file adler32.hpp.
◆ init()
void crypto::adler32::init |
( |
| ) |
|
|
inline |
◆ update()
void crypto::adler32::update |
( |
const char * |
data, |
|
|
size_t |
length |
|
) |
| |
◆ finalize()
boost::uint32_t crypto::adler32::finalize |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following files: