mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-21 00:22:55 +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
|
:param bytes plaintext: the data to encrypt
|
||||||
|
|
||||||
:returns: ciphertext
|
:returns: bytes of ciphertext
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_validate_encryptor(encryptor)
|
_validate_encryptor(encryptor)
|
||||||
|
Reference in New Issue
Block a user