awnumar / memguard

Secure software enclave for storage of sensitive information in memory.
Apache License 2.0
2.49k stars 124 forks source link

Implement encrypted in-memory streaming ability #128

Closed awnumar closed 4 years ago

awnumar commented 4 years ago

Adds a Stream object that implements the io.Reader and io.Writer interfaces.

Closes #68