returns bytes

This commit is contained in:
meejah
2019-06-24 11:45:38 -06:00
parent f253235c96
commit fd2934cb79

View File

@ -48,7 +48,7 @@ def encrypt_data(encryptor, plaintext):
:param bytes plaintext: the data to encrypt :param bytes plaintext: the data to encrypt
:returns: ciphertext :returns: bytes of ciphertext
""" """
_validate_encryptor(encryptor) _validate_encryptor(encryptor)