Struct openssl::sha::Sha384 [] [src]

pub struct Sha384(_);

An object which calculates a SHA384 hash of some data.

Methods

impl Sha384
[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.