Rudiments
des.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
4#ifndef RUDIMENTS_DES_H
5#define RUDIMENTS_DES_H
6
7#include <rudiments/private/desincludes.h>
8
11class RUDIMENTS_DLLSPEC des : public hash {
12 public:
14 des();
15
18
20 size_t getSaltSize();
21
36 const byte_t *getHash();
37
44 uint64_t getHashSize();
45
53
58
59 #include <rudiments/private/des.h>
60};
61
62#endif
Definition des.h:11
~des()
uint64_t getHashSize()
size_t getSaltSize()
bool getNeedsMutex()
const byte_t * getHash()
void setMutex(threadmutex *mtx)
Definition hash.h:20
Definition threadmutex.h:11