Struct openssl::sha::Sha512[][src]

pub struct Sha512(_);

An object which calculates a SHA512 hash of some data.

Methods

impl Sha512
[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 Sha512

impl Sync for Sha512