Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
CryptoConstants.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef _CRYPTO_CONSTANTS_H
7#define _CRYPTO_CONSTANTS_H
8
9#include "Define.h"
10
11namespace SkyFire::Crypto
12{
13 struct Constants
14 {
15 static constexpr size_t SHA1_DIGEST_LENGTH_BYTES = 20;
16 static constexpr size_t SHA256_DIGEST_LENGTH_BYTES = 32;
17 };
18}
19
20#endif
static constexpr size_t SHA256_DIGEST_LENGTH_BYTES
static constexpr size_t SHA1_DIGEST_LENGTH_BYTES