Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::sblock Struct Reference

#include <blowfish.hpp>

Public Member Functions

 sblock (unsigned int l=0, unsigned int r=0)
 
 sblock (const sblock &roBlock)
 
sblockoperator^= (sblock &b)
 

Public Attributes

unsigned int m_uil
 
unsigned int m_uir
 

Detailed Description

Definition at line 129 of file blowfish.hpp.

Constructor & Destructor Documentation

◆ sblock() [1/2]

fc::sblock::sblock ( unsigned int l = 0,
unsigned int r = 0 )
inline

Definition at line 132 of file blowfish.hpp.

132: m_uil(l), m_uir(r) {}
const mie::Vuint & r
Definition bn.cpp:28
unsigned int m_uil
Definition blowfish.hpp:136
unsigned int m_uir
Definition blowfish.hpp:136
int l

◆ sblock() [2/2]

fc::sblock::sblock ( const sblock & roBlock)
inline

Definition at line 134 of file blowfish.hpp.

134: m_uil(roBlock.m_uil), m_uir(roBlock.m_uir) {}

Member Function Documentation

◆ operator^=()

sblock & fc::sblock::operator^= ( sblock & b)
inline

Definition at line 135 of file blowfish.hpp.

135{ m_uil ^= b.m_uil; m_uir ^= b.m_uir; return *this; }

Member Data Documentation

◆ m_uil

unsigned int fc::sblock::m_uil

Definition at line 136 of file blowfish.hpp.

◆ m_uir

unsigned int fc::sblock::m_uir

Definition at line 136 of file blowfish.hpp.


The documentation for this struct was generated from the following file: