aboutsummaryrefslogtreecommitdiff
path: root/src/hashfunction.cpp
blob: 51f225921f1981ec61491efac0fdf438df238190 (plain)
1
2
3
4
5
6
7
8
9
10
#include "hashfunction.h"

HashFunction::HashFunction()
{
}

HashFunction::~HashFunction()
{
}