Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <strciphr.h>
Public Member Functions | |
RegisterOutput (byte *output, const byte *input, CipherDir dir) | |
RegisterOutput & | operator() (WordType ®isterWord) |
XOR feedback register with data. More... | |
Public Attributes | |
byte * | m_output |
const byte * | m_input |
CipherDir | m_dir |
B | enumeration indicating endianness |
RegisterOutput() provides alternate access to the feedback register. The enumeration B is BigEndian or LittleEndian. Repeatedly applying operator() results in advancing in the register.
Definition at line 434 of file strciphr.h.
|
inline |
Definition at line 436 of file strciphr.h.
|
inline |
XOR feedback register with data.
registerWord | data represented as a word type |
Definition at line 442 of file strciphr.h.
CipherDir CFB_CipherConcretePolicy< WT, W, BASE >::RegisterOutput< B >::m_dir |
Definition at line 481 of file strciphr.h.
const byte* CFB_CipherConcretePolicy< WT, W, BASE >::RegisterOutput< B >::m_input |
Definition at line 480 of file strciphr.h.
byte* CFB_CipherConcretePolicy< WT, W, BASE >::RegisterOutput< B >::m_output |
Definition at line 479 of file strciphr.h.