scclib
Stable Cloud Computing C++ Library
Functions
adler32.cc File Reference

Test file for Checksums. More...

#include <encode/adler32.h>
#include <crypto/random.h>
#include <gtest/gtest.h>
#include <iostream>
#include <string>
#include <fstream>
Include dependency graph for adler32.cc:

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)
 

Detailed Description

Test file for Checksums.

Definition in file adler32.cc.

Function Documentation

◆ TEST()

TEST ( adler32  ,
rolling_update   
)

[Rolling update]

[Rolling update]

Definition at line 83 of file adler32.cc.