DiceKeys Seeded Cryptography Library
hkdf.hpp
1
#pragma once
2
3
#include "sodium-buffer.hpp"
4
5
SodiumBuffer
hkdfBlake2b(
const
unsigned
char
* keyPtr,
size_t
keyLength,
SodiumBuffer
info,
size_t
outputSize);
SodiumBuffer
A byte array containing a length and a pointer to memory (the data field), which ensures data is eras...
Definition:
sodium-buffer.hpp:27
lib-seeded
hkdf.hpp
Generated by
1.8.17