ocluse / LiquidSnow-archive

The Liquid Snow Framework
Apache License 2.0
8 stars 1 forks source link

Report progress on Enigma encryption and decryption #4

Closed thismaker closed 3 years ago

thismaker commented 3 years ago

Enigma should be able to report progress on its encryption process, useful especially where the files may be large. Also intention to use Asynchronous operations and accept Streams as constructors.

thismaker commented 3 years ago

Done with the latest push. The previous Encrypt method now takes in a IO.Stream and not byte[]