Should we store the default hash/saltlen for signing/encryption on the `rsa.Key` itself? E.g.: ``` key = tomcrypt.rsa.Key(1024, sign_hash='sha256') key.sign(content) # Will use `sha256`. ```