Struct cargo::util::Sha256 [] [src]

pub struct Sha256 {
    // some fields omitted
}

Methods

impl Sha256
[src]

fn new() -> Sha256

fn update(&mut self, bytes: &[u8])

fn finish(&mut self) -> [u8; 32]

Trait Implementations

impl Drop for Sha256
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more