Struct openssl::sha::Sha224 [] [src]

pub struct Sha224(_);

An object which calculates a SHA224 hash of some data.

Methods

impl Sha224
[src]

[src]

Creates a new hasher.

[src]

Feeds some data into the hasher.

This can be called multiple times.

[src]

Returns the hash of the data.