Skip to content

keymgr: Use Box<dyn EncodableKey> instead of Box<dyn Any>.

gabi-250 requested to merge gabi-250/arti:keymgr-erased-key into main

Prompted by !1337 (comment 2917701)

This will make it harder to accidentally return the wrong value from Keystore::get (the returned value is now at least guaranteed to implement EncodableKey).

Closes #937 (closed)

Merge request reports