10Duke Enterprise C++ SDK
Toggle main menu visibility
Loading...
Searching...
No Matches
CryptographicHash.h
1
#ifndef TENDUKE_CRYPTO_CRYPTOGRAPHICHASH_H
2
#define TENDUKE_CRYPTO_CRYPTOGRAPHICHASH_H
3
4
#include "./MessageDigest.h"
5
6
namespace
tenduke
{
namespace
crypto
{
7
11
class
CryptographicHash
:
public
::tenduke::crypto::MessageDigest
12
{
13
};
14
15
}}
16
17
#endif
//TENDUKE_CRYPTO_CRYPTOGRAPHICHASH_H
tenduke::crypto::CryptographicHash
A cryptographic hash function, like SHA-256.
Definition
CryptographicHash.h:12
tenduke::crypto::MessageDigest
Simple MessageDigest-service: E.g.
Definition
MessageDigest.h:18
tenduke::crypto
Cryptography services.
Definition
AbstractCiphers.h:18
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
core
src
crypto
msgauthn
CryptographicHash.h
Generated by
1.17.0