Closed matze closed 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).
Storage
Crypto
That was kinda solved with 112ae2754a3f8c967c605f3a086cae430a476ae6.
Storage
does not need to keep its ownCrypto
instance but just use one that is passed when needed (i.e. on construction from disk items and when flushing).