mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
* add key attribute to `Key` in `ListOfKeys` * add balloon hashing function with untailored parameters * add ser/de rules for blake3-balloon (and change argon2id's) * fix benchmark * use `to_bytes`, `from_bytes` and `from_reader` * cleanup code * add blake3-balloon options to the UI and fix library sync/automount enable bug * cleanup some serialization code * fix hashing algorithm deserialization * clean up header serialization + more idiomatic master key decryption * clippy * add generic ser/de error to crypto crate * fix `Display` and crypto cli * move crypto cli to cli app Co-authored-by: Brendan Allan <brendonovich@outlook.com>