tor-key-forge: Abolish the HasKind impl of Error.
We can't possibly know the ErrorKind
of such an error, unless we know
where the unsupported key came from. Since we can't know this, we should
let a higher level crate (like tor-keymgr
) decide the ErrorKind
instead.