Module tink_prf::subtle

source ·
Expand description

Provides subtle implementations of the tink_core::Prf primitive.

Structs

  • AesCmacPrf is a type that can be used to compute several CMACs with the same key material.
  • HkdfPrf is a type that can be used to compute several HKDFs with the same key material.
  • HmacPrf is a type that can be used to compute several HMACs with the same key material.

Functions