HKDF is KDF algorithm,
@url{https://datatracker.ietf.org/doc/html/rfc5869.html, RFC 5869}.
@url{https://keccak.team/, SHAKE} is a XOF function.
+
+If sender/recipient's public key structure contains
+@code{/load/v/prehash} field, then it could be used as already
+calculated values of SHAKE256 calls of PRK.
@url{https://datatracker.ietf.org/doc/html/rfc7748.html, RFC 7748}.
@url{https://classic.mceliece.org/, Classic McEliece} is KEM algorithm.
@url{https://keccak.team/, SHAKE} is a XOF function.
+
+ Optional @code{/load/v/prehash} field can contain the SHAKE256 hash
+ of the concatenated public keys in @code{/load/v/pub/0}, that could
+ save resources during @ref{kem-mceliece6960119-x25519-hkdf-shake256}
+ KDF calculations.