Fabcoin Core
0.16.2
P2P Digital Currency
|
Classes for the Luby-Rackoff block cipher. More...
Go to the source code of this file.
Classes | |
class | LR_Info< T > |
Luby-Rackoff block cipher information. More... | |
class | LR< T > |
Luby-Rackoff block cipher. More... | |
class | LR< T >::Base |
class | LR< T >::Enc |
class | LR< T >::Dec |
Macros | |
#define | KL this->key |
#define | KR this->key+this->L |
#define | BL this->buffer |
#define | BR this->buffer+this->S |
#define | IL inBlock |
#define | IR inBlock+this->S |
#define | OL outBlock |
#define | OR outBlock+this->S |
Classes for the Luby-Rackoff block cipher.
Definition in file lubyrack.h.
#define BL this->buffer |
Definition at line 56 of file lubyrack.h.
#define BR this->buffer+this->S |
Definition at line 57 of file lubyrack.h.
#define IL inBlock |
Definition at line 58 of file lubyrack.h.
#define IR inBlock+this->S |
Definition at line 59 of file lubyrack.h.
#define KL this->key |
Definition at line 54 of file lubyrack.h.
#define KR this->key+this->L |
Definition at line 55 of file lubyrack.h.
#define OL outBlock |
Definition at line 60 of file lubyrack.h.
#define OR outBlock+this->S |
Definition at line 61 of file lubyrack.h.