TrinityCore
|
Go to the source code of this file.
Classes | |
class | HmacHash< HashCreator, DigestLength > |
Macros | |
#define | SEED_KEY_SIZE 16 |
Typedefs | |
typedef EVP_MD const *(* | HashCreateFn )() |
typedef HmacHash< EVP_sha1, SHA_DIGEST_LENGTH > | HmacSha1 |
typedef HmacHash< EVP_sha256, SHA256_DIGEST_LENGTH > | HmacSha256 |
#define SEED_KEY_SIZE 16 |
typedef EVP_MD const*(* HashCreateFn)() |
typedef HmacHash<EVP_sha256, SHA256_DIGEST_LENGTH> HmacSha256 |