mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 16:20:18 +00:00
returns bytes
This commit is contained in:
@ -48,7 +48,7 @@ def encrypt_data(encryptor, plaintext):
|
||||
|
||||
:param bytes plaintext: the data to encrypt
|
||||
|
||||
:returns: ciphertext
|
||||
:returns: bytes of ciphertext
|
||||
"""
|
||||
|
||||
_validate_encryptor(encryptor)
|
||||
|
Reference in New Issue
Block a user