package hacl-star

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module HKDF_BLAKE2b.NoallocSource

Versions of these functions which write their output in a buffer passed in as an argument

Sourceval extract : salt:bytes -> ikm:bytes -> prk:bytes -> unit

extract salt ikm prk computes a pseudorandom key prk using input key material ikm and salt salt.

Sourceval expand : prk:bytes -> info:bytes -> okm:bytes -> unit

expand prk info okm expands the pseudorandom key prk, taking the info string info into account, and writes the output key material in okm.

OCaml

Innovation. Community. Security.