ChecksumComputation
class ChecksumComputation
Represents a checksum computation, which computes a checksum over a range of memory and writes the result to a specified position.
DEFINITION
class ChecksumComputation;
constructor ChecksumComputation
DEFINITION
| ChecksumComputation | ( | std::shared_ptr< ChecksumAlgorithm > algorithm, | |
| uint64_t result_position, | |||
| uint64_t start, | |||
| uint64_t end, | |||
| std::unordered_map< Symbol, Value > parameters | ); |
| PARAMETER | DESCRIPTION |
|---|---|
algorithm |
|
result_position |
|
start |
|
end |
|
parameters |
method computeconst
DEFINITION
| void compute | ( | std::string & data | ) const; |
| PARAMETER | DESCRIPTION |
|---|---|
data |