Skip to content

tor-keymgr: Remove unnecessary impls for KeystoreCorruptionError.

gabi-250 requested to merge gabi-250/arti:remove-impl into main

These impls only exist because they were needed back when we didn't have the tor_keymgr::Error enum and all errors had to implement KeystoreError. They are not used or required anymore, so let's remove them.

Merge request reports