Module dryoc::sha512[][src]

SHA-512 hash algorithm

Provides an implementation of the SHA-512 hash algorithm.

Example

use dryoc::sha512::Sha512;

Structs

Sha512

SHA-512 wrapper, provided for convience.

Type Definitions

Digest

Type alias for SHA512 digest, provided for convience.