blob: 2eb72f6244d03d4250d6d1aa2248977aba79f5d9 [file] [log] [blame]
/*
* Copyright (c) 2019-2020, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef RANDOMIZATION_HPP
#define RANDOMIZATION_HPP
#include <string>
using namespace std;
string rand_key_usage (void);
string rand_key_algorithm (void);
string rand_key_type (void);
#endif /* #ifndef RANDOMIZATION_HPP */