Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Provides alternate access to a feedback register. More...
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 |
Provides alternate access to a feedback register.
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 505 of file strciphr.h.
|
inline |
XOR feedback register with data.
registerWord | data represented as a word type |
Definition at line 513 of file strciphr.h.