Struct openssl::sha::Sha256[][src]

pub struct Sha256(_);

An object which calculates a SHA256 hash of some data.

Methods

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

impl Sync for Sha256