mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 08:48:01 +00:00
returns bytes
This commit is contained in:
parent
f253235c96
commit
fd2934cb79
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user