fuchsia_hash

Type Alias Sha256

Source
pub type Sha256 = GenericDigest<Sha256Marker>;
Expand description

A digest created by the Sha256 hashing algorithm.

Aliased Typeยง

struct Sha256 { /* private fields */ }