[SOLVED] CS #pragma once

$25

File Name: CS_#pragma_once.zip
File Size: 141.3 KB

5/5 - (1 vote)

#pragma once

#include

#include ../common/bytevec.h

/// AuthTableEntry represents one user stored in the authentication table
struct AuthTableEntry {
std::string username; // The name of the user
bytevec salt; // The salt to use with the password
bytevec pass_hash;// The hashed password
bytevec content;// The users content
};

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS #pragma once
$25