CCF
Loading...
Searching...
No Matches
Namespaces | Functions
hkdf.h File Reference
#include "ccf/crypto/md_type.h"
#include <span>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  ccf
 
namespace  ccf::crypto
 

Functions

std::vector< uint8_t > ccf::crypto::hkdf (MDType md_type, size_t length, const std::span< const uint8_t > &ikm, const std::span< const uint8_t > &salt={}, const std::span< const uint8_t > &info={})