Struct checksum::Checksum [] [src]

pub struct Checksum { /* fields omitted */ }

Represents checksum algorithm

Methods

impl Checksum
[src]

Constructs new Checksum

Provides input for algorithm

Returns result in the following format: {name} - {hash}

Returns hashsum

Resets hashing

Returns algorithm's name for file extension(lowercase)

Returns name of algorithm in format {name} -

Trait Implementations

impl PartialEq for Checksum
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.