#include
#include “authtableentry.h”
#include “sequentialmap.h”
using namespace std;
/// Create an instance of SequentialMap that can be used as an authentication
/// table
///
/// @param _buckets The number of buckets in the table
Map
return new SequentialMap
}