Whitespace checkin
parent
d40eee99c0
commit
f13511947d
2
arc4.h
2
arc4.h
|
|
@ -18,7 +18,7 @@ public:
|
||||||
void GenerateBlock(byte *output, size_t size);
|
void GenerateBlock(byte *output, size_t size);
|
||||||
void DiscardBytes(size_t n);
|
void DiscardBytes(size_t n);
|
||||||
|
|
||||||
void ProcessData(byte *outString, const byte *inString, size_t length);
|
void ProcessData(byte *outString, const byte *inString, size_t length);
|
||||||
|
|
||||||
bool IsRandomAccess() const {return false;}
|
bool IsRandomAccess() const {return false;}
|
||||||
bool IsSelfInverting() const {return true;}
|
bool IsSelfInverting() const {return true;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue