Struct sha1::Digest [] [src]

pub struct Digest { /* fields omitted */ }

Digest generated from a Sha1 instance.

A digest can be formatted to view the digest as a hex string, or the bytes can be extracted for later processing.

Methods

impl Digest
[src]

Returns the 160 bit (20 byte) digest as a byte array.

Trait Implementations

impl Display for Digest
[src]

Formats the value using the given formatter. Read more