Dustin-Ray / capyCRYPT

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

feat: user-managed output buffer #59

Closed Dustin-Ray closed 7 months ago

Dustin-Ray commented 7 months ago

To handle arbitrary data, the library should simply accept as input a buffer of which it can then fill according to the operation desired. This PR integrates such a buffer and changes the way the library produces output

Dustin-Ray commented 7 months ago

this was a terrible idea I dont know why I even tried