-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Hello,
you ar reading the whole file in memory.
Line 113 in 9d62321
| src, err := ioutil.ReadAll(plainFile) |
Can you make a Version without reading the whole file in memory,
for example, to use "io.reader" or ...
or an new api like this
func (c *AESCrypt) Encrypt(src io.Reader, dst io.Writer)
Why:
Less memory by encrypting big files.
by the way
Nice Work
Greets and Thanks
Michael
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed