|
scclib
Stable Cloud Computing C++ Library
|
Test file for Checksums. More...
#include <encode/adler32.h>#include <crypto/random.h>#include <gtest/gtest.h>#include <iostream>#include <string>#include <fstream>
Go to the source code of this file.
Functions | |
| TEST (adler32, construct) | |
| [Test vars] | |
| TEST (adler32, single_update) | |
| TEST (adler32, two_updates) | |
| TEST (adler32, second_half_update) | |
| TEST (adler32, update_and_reset) | |
| TEST (adler32, combine) | |
| TEST (adler32, rolling_update) | |
| TEST (adler32, verify_large_blocks) | |
Test file for Checksums.
Definition in file adler32.cc.
| TEST | ( | adler32 | , |
| rolling_update | |||
| ) |