# Variables

HKDF0xFF is a test vector with 0xFF values for HKDF key derivation.
HKDFClusterID is a test vector with "clusterID" as info for HKDF key derivation.
HKDFMeasurementSecret is a test vector with "measurementSecret" as info for HKDF key derivation.
HKDFrfc1 is a test vector provided by the HKDF RFC.
HKDFrfc2 is a test vector provided by the HKDF RFC.
HKDFrfc3 is a test vector provided by the HKDF RFC.
HKDFZero is a test vector with zero values for HKDF key derivation.

# Structs

HKDF holds test vectors for the HKDF function.