enum CCL::Security::Crypto::HKDF::Constants

#include <cryptobox.h>

enum Constants
{
    kKeyLen16 = 16,
    kKeyLen24 = 24,
    kKeyLen32 = 32,
};