matze / iridium

Standard Notes client written in Rust and GTK
GNU General Public License v3.0
66 stars 4 forks source link

Separate storage and crypto #18

Closed matze closed 4 years ago

matze commented 4 years ago

Storage does not need to keep its own Crypto instance but just use one that is passed when needed (i.e. on construction from disk items and when flushing).

matze commented 4 years ago

That was kinda solved with 112ae2754a3f8c967c605f3a086cae430a476ae6.