Type Alias fuchsia_hash::Sha256

source ·
pub type Sha256 = GenericDigest<Sha256Marker>;
Expand description

A digest created by the Sha256 hashing algorithm.

Aliased Type§

struct Sha256 { /* private fields */ }