CS计算机代考程序代写 b’4a39ee8d74c968c225ebe9ac0c1ae61468410b’

b’4a39ee8d74c968c225ebe9ac0c1ae61468410b’

blob 306�#pragma once

#include
#include

#include “authtableentry.h”
#include “map.h”

/// Create an instance of HashTable that can be used as an authentication table
///
/// @param _buckets The number of buckets in the table
Map *authtable_factory(size_t _buckets);