Remove unused secure_storage::EncryptedFile class.
This commit is contained in:
parent
d985e3cc84
commit
126fe070dc
@ -182,10 +182,6 @@ struct EncryptedValue {
|
||||
BufferSlice data;
|
||||
ValueHash hash;
|
||||
};
|
||||
struct EncryptedFile {
|
||||
std::string path;
|
||||
ValueHash hash;
|
||||
};
|
||||
|
||||
Result<EncryptedValue> encrypt_value(const Secret &secret, Slice data);
|
||||
Result<ValueHash> encrypt_file(const Secret &secret, std::string src, std::string dest);
|
||||
|
Loading…
Reference in New Issue
Block a user