![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CryptoConstants.h"#include "CryptoHash.h"#include "Errors.h"#include <array>#include <string>#include <string_view>Go to the source code of this file.
Classes | |
| class | Acore::Impl::GenericHMAC< HashCreator, DigestLength > |
Namespaces | |
| namespace | Acore |
| namespace | Acore::Impl |
| namespace | Acore::Crypto |
Typedefs | |
| using | Acore::Crypto::HMAC_SHA1 = Acore::Impl::GenericHMAC< EVP_sha1, Constants::SHA1_DIGEST_LENGTH_BYTES > |
| using | Acore::Crypto::HMAC_SHA256 = Acore::Impl::GenericHMAC< EVP_sha256, Constants::SHA256_DIGEST_LENGTH_BYTES > |