aboutsummaryrefslogtreecommitdiff
path: root/include/odhtdb/PasswordHash.hpp
blob: 08b185754749f0e30135b706cea742e1ac80c306 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "OwnedMemory.hpp"
#include "DataView.hpp"

namespace odhtdb
{
    OwnedMemory hashPassword(const DataView &plainPassword, const DataView &salt);
}