Module asuran_core::repository::hmac[][src]

Expand description

This module contains structures for describing and interacting with HMAC algorithms and tags.

Unlike the compression and encryption modules, there is not a NoHMAC option, as the repository’s structure does not make sense without an HMAC algorithm.

As such, at least one HMAC algorithm feature must be enabled, or else you will get a compile time error.

Enums

Tag for the HMAC algorithim used by a particular Chunk