Cipher key formed by hash algorithm.
More...
#include <secure.h>
Public Member Functions |
void | clear (void) |
size_t | iosize (void) |
| Key (char *cipher, char *digest, char *text, size_t size=0, unsigned char *salt=((void *) 0), unsigned rounds=1) |
size_t | size (void) |
Friends |
class | Cipher |
Detailed Description
Cipher key formed by hash algorithm.
This can generate both a key and iv table based on the algorithms used and required. Normally it is used from a pass-phrase, though any block of data may be supplied.
- Author:
- David Sugar <dyfet@gnutelephony.org>
Definition at line 245 of file secure.h.
The documentation for this class was generated from the following file: