Dustin-Ray / capyCRYPT

An experimental high-performance cryptosystem.
MIT License
12 stars 1 forks source link

fix: move computation off of heap and batch #8

Closed Dustin-Ray closed 1 year ago

Dustin-Ray commented 1 year ago

Current behavior is to operate on Message type on the heap. This works well enough, but to support arbitrary file size, we shouldn't copy to the heap.

Dustin-Ray commented 1 year ago

clarifying this issue: sliding window batch jobs should handle this.

Dustin-Ray commented 1 year ago

duplicate of sliding window. closing this for now.