Module tectonic::digest[][src]

Expand description

Compatibility re-exports of tectonic_io_base::digest types.

Structs

The SHA-256 hash algorithm with the SHA-256 initial hash value.

A wrapper for a fixed-size byte array representing a digest computed with the default implementation.

Constants

The number of bytes in the digest produced by the default implementation.

The name of the digest algorithm used in the default implementation.

Traits

The Digest trait specifies an interface common for digest functions.

Functions

Convert a byte slice to its hexadecimal textual representation. Letters will be in lower case.

Create a new DigestComputer

Convert a hexadecimal string to bytes.