commit | 2d0afd3485a6349924f921d12dc94a302999ae20 | [log] [tgz] |
---|---|---|
author | Vladyslav Moisieienkov <vladyslav.moisieienkov@gmail.com> | Wed Jun 20 14:21:33 2018 +0200 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Jun 20 05:21:33 2018 -0700 |
tree | 43ef9d2396ba5ffdbe33cc0903fd4546b7f7fe6c | |
parent | d88d721343828accacefca701a3d542365cd6d59 [diff] |
Add clearer message when key type is not bytes (#4289) * Add clearer message in Cipher when key is not bytes * Change location of key type check to verify_key_size function * Replace formated error message with static * Add key type check tests to all ciphers constructors * Change key type error message to lowercase