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.

Auto Trait Implementations

impl Send for Sha384

impl Sync for Sha384