Skip to content
GitHub Actions edited this page Jan 2, 2026 · 1 revision

hkdf_helper.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/utils/hkdf_helper.cpp

Purpose: HKDF derivation helpers and cache integration for key derivation.

Public functions / symbols:

  • if (!kdf) {
  • ``
  • if (!pctx) {
  • EVP_KDF_free(kdf);
  • EVP_KDF_CTX_free(kctx);
  • EVP_PKEY_CTX_free(pctx);

Navigation

Home

Architecture

Governance

Modules

Developer

Clone this wiki locally