crocs-muni / eacirc

Automatic problem solver based on circuit-like representation and genetic programming
13 stars 8 forks source link

Output raw stream data to a file #201

Closed xtracko closed 7 years ago

xtracko commented 7 years ago

This functionality should be available using CMD argument. The output data should be unprocessed (just as the cipher produced them).

From implementation point of view this functionality should be implemented in a different method than in eacirc::run (just create a new method eacirc::generate() or something different).

petrs commented 7 years ago

@xtracko Will this be solved by separate PRNG generator tool?

Bender250 commented 7 years ago

Oh, I missed this, yes, this is solved by the separation of the generator tool.

https://github.com/crocs-muni/eacirc/wiki/Generator

Even though it is just in dev branch, I think we can close it.