You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That calls EncryptedFs::open with corresponding read, write flags and internally we keep the CryptoReaderSeek or/and CryptoWriterSeek based on flags passed to open
When the File object is dropped we close the handle with EncryptedFs::release
You can use crypto::io to read of write to the File.
The text was updated successfully, but these errors were encountered:
Implement a similar API to
tokio::io
that calls methods fromEncryptedFs
.Structure of
crypto
moduleFlow
crypto::fs::OpenOptions
to create acrypto::fs::File
from https://github.com/radumarias/rencfs/issues/97EncryptedFs::open
with corresponding read, write flags and internally we keep theCryptoReaderSeek
or/andCryptoWriterSeek
based on flags passed toopen
File
object is dropped we close the handle withEncryptedFs::release
crypto::io
to read of write to theFile
.The text was updated successfully, but these errors were encountered: