spacedrive/crates/crypto
jake 0a31e7f8ce
[ENG-257] File erasure and deletion (#524)
* add helper functions for getting context-menu related filesystem info

* update comments and such

* add a barebones delete job

* add file deletion route

* add (empty but working) delete file dialog

* add super experimental file erase function

* update function doc

* add erase files route

* add erase files job

* tweak file erasing in crypto crate

* bindings

* add erase files dialog

* add missing `?`

* fix erase file form trickery

* remove unused imports

* terrible attempt at recursion for file erase

* IT WORKS

* code cleanup + clippy

* async just dropped (not for erase yet)

* async erase just dropped (+async crypto crate)

* add "nice data" for jobs
2023-01-18 19:55:14 -08:00
..
assets [ENG-307] Key manager features (#467) 2022-12-02 10:18:21 +00:00
benches [ENG-327] Crypto refactor (#510) 2023-01-10 12:36:28 -08:00
examples [ENG-327] Crypto refactor (#510) 2023-01-10 12:36:28 -08:00
src [ENG-257] File erasure and deletion (#524) 2023-01-18 19:55:14 -08:00
Cargo.toml [ENG-257] File erasure and deletion (#524) 2023-01-18 19:55:14 -08:00