Module tectonic::digest

source ·
Expand description

Compatibility re-exports of tectonic_io_base::digest types.

Structs§

  • 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§

  • Convenience wrapper trait covering functionality of cryptographic hash functions with fixed output size.

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.

Type Aliases§