n2nc::security::BlowFish Class Reference
#include <blowfish.h>
List of all members.
|
Public Member Functions |
| BlowFish (key_t *key) |
int | encrypt (void *inbuf, void *outbuf, size_t inlen) |
int | decrypt (void *inbuf, void *outbuf, size_t inlen) |
int | reinit () |
int | loadKey (key_t *key) |
Static Public Member Functions |
static int | keyRand (key_t *key) |
Public Attributes |
key_t | nullkey |
Classes |
struct | key_t |
Detailed Description
- Author:
- fabsoft <fabsoft@gmail.com>
Definition at line 12 of file blowfish.h.
The documentation for this class was generated from the following files: