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

pub struct Sha384(_);

An object which calculates a SHA384 hash of some data.

Methods

impl Sha384
[src]

Creates a new hasher.

Feeds some data into the hasher.

This can be called multiple times.

Returns the hash of the data.