Skip to content

Commit

Permalink
Removing empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Dec 26, 2011
1 parent f6d0ff0 commit fb88302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions generator/cipherdesc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ CipherDesc::CipherDesc() :
outputs(0)
, mixed_shifts(false)
, noExtendedMonomial(false)
, linearizeLinearizeable(false)
, verbose(false)
, linearizeLinearizeable(false)
, mtrand(0x1234)
, print_stats (false)
, permutateClauses(false)
Expand Down Expand Up @@ -101,7 +101,7 @@ void CipherDesc::set_name(const string& _ciphername)
sr_num = 0;
filter_num = 0;
init_clock = 0;

sr_size.clear();
zero_out.clear();
one_out.clear();
Expand Down Expand Up @@ -232,7 +232,7 @@ void CipherDesc::set_name(const string& _ciphername)
vars.reserve_array(filter_type, i, init_clock + outputs);
for (uint i = 0; i < no_ciphers; i++)
vars.reserve_array(output_type, i, cpd.outputs);


sr_shift.resize(sr_num, 0);
}
Expand Down
2 changes: 1 addition & 1 deletion generator/cipherdesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class CipherDesc
void return_mixedMonos(Monomial* mixedMonos);
MonoStack* get_free_monoStack();
void return_monoStack(MonoStack* monoStack);

//----------------------------------------
//satate-fixing functions
//----------------------------------------
Expand Down

0 comments on commit fb88302

Please sign in to comment.